Html Css Color HEX #B72B0C Harley Davidson Orange

📋 copy color: '#B72B0C'

red 183 ◦ green 43 ◦ blue 12

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

Shades of Harley Davidson Orange #B72B0C

Tints of Harley Davidson Orange #B72B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 76.89%
G = 18.07%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B72B0C (or 0xB72B0C) is known color: Harley Davidson Orange. HEX triplet: B7, 2B and 0C. RGB value is (183,43,12). Sum of RGB (Red+Green+Blue) = 183+43+12=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72B0C is #48D4F3. Grayscale: #515151. Windows color (decimal): -4773108 or 797623. OLE color: 797623.

HSL color Cylindrical-coordinate representation of color #B72B0C: hue angle of 10.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B72B0C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 43 12 -
CMYK 0 0.77 0.93 0.28
HSL 10.88º 0.88% 0.38% -
HSV(B) 10.88º 0.93% 0.72% -
XYZ 20.46 11.82 1.55 -
YUV 81.33 88.88 200.52 -
System Red Green Blue C M Y K H S L
Decimal 183 43 12 0 0.77 0.93 0.28 10.88 0.88 0.38
Hex B7 2B C 0 4D 5D 1C B 58 26
Octal 267 53 14 0 115 135 34 13 130 46
Binary 10110111 101011 1100 0 1001101 1011101 11100 1011 1011000 100110

Color Harmonies of #B72B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B0C

Black with #B72B0C

Text Example


Text Example

White with #B72B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B0C; }

 p { color: rgb(183,43,12); }

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

background-color css

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

 a { background-color: rgb(183,43,12); }

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

border-color css

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

 span { border-color: rgb(183,43,12); }

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