Html Css Color HEX #B91D06 Harley Davidson Orange

📋 copy color: '#B91D06'

red 185 ◦ green 29 ◦ blue 6

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

Shades of Harley Davidson Orange #B91D06

Tints of Harley Davidson Orange #B91D06

RGB

 RED value IS 185 (72.66% from 255) = 84.09%

 GREEN value IS 29 (11.72% from 255) = 13.18%

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

R = 84.09%
G = 13.18%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B91D06 (or 0xB91D06) is known color: Harley Davidson Orange. HEX triplet: B9, 1D and 06. RGB value is (185,29,6). Sum of RGB (Red+Green+Blue) = 185+29+6=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91D06 is #46E2F9. Grayscale: #494949. Windows color (decimal): -4645626 or 400825. OLE color: 400825.

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

Color convert

RGB 185 29 6 -
CMYK 0 0.84 0.97 0.27
HSL 7.71º 0.94% 0.37% -
HSV(B) 7.71º 0.97% 0.73% -
XYZ 20.48 11.21 1.26 -
YUV 73.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 185 29 6 0 0.84 0.97 0.27 7.71 0.94 0.37
Hex B9 1D 6 0 54 61 1B 8 5E 25
Octal 271 35 6 0 124 141 33 10 136 45
Binary 10111001 11101 110 0 1010100 1100001 11011 1000 1011110 100101

Color Harmonies of #B91D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D06

Black with #B91D06

Text Example


Text Example

White with #B91D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D06; }

 p { color: rgb(185,29,6); }

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

background-color css

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

 a { background-color: rgb(185,29,6); }

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

border-color css

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

 span { border-color: rgb(185,29,6); }

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