Html Css Color HEX #B62004 Harley Davidson Orange

📋 copy color: '#B62004'

red 182 ◦ green 32 ◦ blue 4

#B62004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #B62004

Tints of Harley Davidson Orange #B62004

RGB

 RED value IS 182 (71.48% from 255) = 83.49%

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 83.49%
G = 14.68%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B62004 (or 0xB62004) is known color: Harley Davidson Orange. HEX triplet: B6, 20 and 04. RGB value is (182,32,4). Sum of RGB (Red+Green+Blue) = 182+32+4=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B62004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62004 is #49DFFB. Grayscale: #494949. Windows color (decimal): -4841468 or 270518. OLE color: 270518.

HSL color Cylindrical-coordinate representation of color #B62004: hue angle of 9.44º degrees, saturation: 0.96, 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 #B62004 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 4 -
CMYK 0 0.82 0.98 0.29
HSL 9.44º 0.96% 0.36% -
HSV(B) 9.44º 0.98% 0.71% -
XYZ 19.83 10.99 1.19 -
YUV 73.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 182 32 4 0 0.82 0.98 0.29 9.44 0.96 0.36
Hex B6 20 4 0 52 62 1D 9 60 24
Octal 266 40 4 0 122 142 35 11 140 44
Binary 10110110 100000 100 0 1010010 1100010 11101 1001 1100000 100100

Color Harmonies of #B62004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62004

Black with #B62004

Text Example


Text Example

White with #B62004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62004; }

 p { color: rgb(182,32,4); }

 H1.HeaderClassName
 {
   color: #B62004;
 }
 .AnyTagClassName
 {
   color: #B62004;
 }
</style>

background-color css

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

 a { background-color: rgb(182,32,4); }

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

border-color css

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

 span { border-color: rgb(182,32,4); }

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