Html Css Color HEX #B72006 Harley Davidson Orange

📋 copy color: '#B72006'

red 183 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #B72006

Tints of Harley Davidson Orange #B72006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 82.81%
G = 14.48%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B72006 (or 0xB72006) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 06. RGB value is (183,32,6). Sum of RGB (Red+Green+Blue) = 183+32+6=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B72006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72006 is #48DFF9. Grayscale: #4A4A4A. Windows color (decimal): -4775930 or 401591. OLE color: 401591.

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

Color convert

RGB 183 32 6 -
CMYK 0 0.83 0.97 0.28
HSL 8.81º 0.94% 0.37% -
HSV(B) 8.81º 0.97% 0.72% -
XYZ 20.08 11.11 1.26 -
YUV 74.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 183 32 6 0 0.83 0.97 0.28 8.81 0.94 0.37
Hex B7 20 6 0 53 61 1C 9 5E 25
Octal 267 40 6 0 123 141 34 11 136 45
Binary 10110111 100000 110 0 1010011 1100001 11100 1001 1011110 100101

Color Harmonies of #B72006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72006

Black with #B72006

Text Example


Text Example

White with #B72006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72006; }

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

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

background-color css

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

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

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

border-color css

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

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

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