Html Css Color HEX #B72A06 Harley Davidson Orange

📋 copy color: '#B72A06'

red 183 ◦ green 42 ◦ blue 6

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

Shades of Harley Davidson Orange #B72A06

Tints of Harley Davidson Orange #B72A06

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

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

R = 79.22%
G = 18.18%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B72A06 (or 0xB72A06) is known color: Harley Davidson Orange. HEX triplet: B7, 2A and 06. RGB value is (183,42,6). Sum of RGB (Red+Green+Blue) = 183+42+6=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72A06 is #48D5F9. Grayscale: #505050. Windows color (decimal): -4773370 or 404151. OLE color: 404151.

HSL color Cylindrical-coordinate representation of color #B72A06: hue angle of 12.2º 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 #B72A06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 42 6 -
CMYK 0 0.77 0.97 0.28
HSL 12.2º 0.94% 0.37% -
HSV(B) 12.2º 0.97% 0.72% -
XYZ 20.39 11.74 1.36 -
YUV 80.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 183 42 6 0 0.77 0.97 0.28 12.2 0.94 0.37
Hex B7 2A 6 0 4D 61 1C C 5E 25
Octal 267 52 6 0 115 141 34 14 136 45
Binary 10110111 101010 110 0 1001101 1100001 11100 1100 1011110 100101

Color Harmonies of #B72A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A06

Black with #B72A06

Text Example


Text Example

White with #B72A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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