Html Css Color HEX #B92900 Harley Davidson Orange

📋 copy color: '#B92900'

red 185 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #B92900

Tints of Harley Davidson Orange #B92900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.86%
G = 18.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B92900 (or 0xB92900) is known color: Harley Davidson Orange. HEX triplet: B9, 29 and 00. RGB value is (185,41,0). Sum of RGB (Red+Green+Blue) = 185+41+0=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B92900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92900 is #46D6FF. Grayscale: #4F4F4F. Windows color (decimal): -4642560 or 10681. OLE color: 10681.

HSL color Cylindrical-coordinate representation of color #B92900: hue angle of 13.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B92900 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 41 0 -
CMYK 0 0.78 1 0.27
HSL 13.3º 1% 0.36% -
HSV(B) 13.3º 1% 0.73% -
XYZ 20.8 11.9 1.2 -
YUV 79.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 185 41 0 0 0.78 1 0.27 13.3 1 0.36
Hex B9 29 0 0 4E 64 1B D 64 24
Octal 271 51 0 0 116 144 33 15 144 44
Binary 10111001 101001 0 0 1001110 1100100 11011 1101 1100100 100100

Color Harmonies of #B92900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92900

Black with #B92900

Text Example


Text Example

White with #B92900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92900; }

 p { color: rgb(185,41,0); }

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

background-color css

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

 a { background-color: rgb(185,41,0); }

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

border-color css

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

 span { border-color: rgb(185,41,0); }

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