Html Css Color HEX #B72005 Harley Davidson Orange

📋 copy color: '#B72005'

red 183 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #B72005

Tints of Harley Davidson Orange #B72005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 83.18%
G = 14.55%
B = 2.27%

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

#B72005 (or 0xB72005) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 05. RGB value is (183,32,5). Sum of RGB (Red+Green+Blue) = 183+32+5=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B72005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72005 is #48DFFA. Grayscale: #4A4A4A. Windows color (decimal): -4775931 or 336055. OLE color: 336055.

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

Color convert

RGB 183 32 5 -
CMYK 0 0.83 0.97 0.28
HSL 9.1º 0.95% 0.37% -
HSV(B) 9.1º 0.97% 0.72% -
XYZ 20.07 11.11 1.23 -
YUV 74.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 183 32 5 0 0.83 0.97 0.28 9.1 0.95 0.37
Hex B7 20 5 0 53 61 1C 9 5F 25
Octal 267 40 5 0 123 141 34 11 137 45
Binary 10110111 100000 101 0 1010011 1100001 11100 1001 1011111 100101

Color Harmonies of #B72005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72005

Black with #B72005

Text Example


Text Example

White with #B72005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72005; }

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

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

background-color css

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

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

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

border-color css

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

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

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