Html Css Color HEX #B72004 Harley Davidson Orange

📋 copy color: '#B72004'

red 183 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #B72004

Tints of Harley Davidson Orange #B72004

RGB

 RED value IS 183 (71.88% from 255) = 83.56%

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

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

R = 83.56%
G = 14.61%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B72004 (or 0xB72004) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 04. RGB value is (183,32,4). Sum of RGB (Red+Green+Blue) = 183+32+4=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B72004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72004 is #48DFFB. Grayscale: #4A4A4A. Windows color (decimal): -4775932 or 270519. OLE color: 270519.

HSL color Cylindrical-coordinate representation of color #B72004: hue angle of 9.39º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B72004 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 4 -
CMYK 0 0.83 0.98 0.28
HSL 9.39º 0.96% 0.37% -
HSV(B) 9.39º 0.98% 0.72% -
XYZ 20.07 11.11 1.2 -
YUV 73.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 183 32 4 0 0.83 0.98 0.28 9.39 0.96 0.37
Hex B7 20 4 0 53 62 1C 9 60 25
Octal 267 40 4 0 123 142 34 11 140 45
Binary 10110111 100000 100 0 1010011 1100010 11100 1001 1100000 100101

Color Harmonies of #B72004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72004

Black with #B72004

Text Example


Text Example

White with #B72004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72004; }

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

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

background-color css

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

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

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

border-color css

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

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

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