#B62903

Color #B62903 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B62903

Tints of Harley Davidson Orange #B62903

Color information

#B62903 (or 0xB62903) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 29 and 03. RGB value is (182,41,3). Sum of RGB (Red+Green+Blue) = 182+41+3=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B62903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62903 is #49D6FC. Grayscale: #4F4F4F. Windows color (decimal): -4839165 or 207286. OLE color: 207286.

HSL color Cylindrical-coordinate representation of color #B62903: hue angle of 12.74º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B62903 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182413-
CMYK00.770.980.29
HSL12.74º96.76%36.27%-
HSV(B)12.74º98.35%71.37%-
XYZ20.111.541.25-
YUV78.8385.21201.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 80.53%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=80.53%
G=18.14%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18241300.770.980.2912.7496.7636.27
HexB629304D621Dd6124
Octal2665130115142351514144
Binary10110110101001110100110111000101110111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62903; }

 p { color: rgb(182,41,3); }

 H1.HeaderClassName
 {
   color: #B62903;
 }
 .AnyTagClassName
 {
   color: #B62903;
 }
</style>
background-color css

<style>
 a { background-color: #B62903; }

 a { background-color: rgb(182,41,3); }

 div.DivClassName
 {
   background-color: #B62903;
 }
 .BgClassName
 {
   background-color: #B62903;
 }
</style>
border-color css

<style>
 span { border-color: #B62903; }

 span { border-color: rgb(182,41,3); }

 td.TdClassName
 {
   border-color: #B62903;
 }
 .TagClassName
 {
   border-color: #B62903;
 }
</style>