Html Css Color HEX #B92009 Harley Davidson Orange

📋 copy color: '#B92009'

red 185 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #B92009

Tints of Harley Davidson Orange #B92009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.98%

R = 81.86%
G = 14.16%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B92009 (or 0xB92009) is known color: Harley Davidson Orange. HEX triplet: B9, 20 and 09. RGB value is (185,32,9). Sum of RGB (Red+Green+Blue) = 185+32+9=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B92009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92009 is #46DFF6. Grayscale: #4B4B4B. Windows color (decimal): -4644855 or 598201. OLE color: 598201.

HSL color Cylindrical-coordinate representation of color #B92009: hue angle of 7.84º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B92009 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 9 -
CMYK 0 0.83 0.95 0.27
HSL 7.84º 0.91% 0.38% -
HSV(B) 7.84º 0.95% 0.73% -
XYZ 20.57 11.37 1.37 -
YUV 75.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 185 32 9 0 0.83 0.95 0.27 7.84 0.91 0.38
Hex B9 20 9 0 53 5F 1B 8 5B 26
Octal 271 40 11 0 123 137 33 10 133 46
Binary 10111001 100000 1001 0 1010011 1011111 11011 1000 1011011 100110

Color Harmonies of #B92009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92009

Black with #B92009

Text Example


Text Example

White with #B92009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92009; }

 p { color: rgb(185,32,9); }

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

background-color css

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

 a { background-color: rgb(185,32,9); }

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

border-color css

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

 span { border-color: rgb(185,32,9); }

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