Html Css Color HEX #B92914 Harley Davidson Orange

📋 copy color: '#B92914'

red 185 ◦ green 41 ◦ blue 20

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

Shades of Harley Davidson Orange #B92914

Tints of Harley Davidson Orange #B92914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 75.2%
G = 16.67%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92914 (or 0xB92914) is known color: Harley Davidson Orange. HEX triplet: B9, 29 and 14. RGB value is (185,41,20). Sum of RGB (Red+Green+Blue) = 185+41+20=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B92914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92914 is #46D6EB. Grayscale: #515151. Windows color (decimal): -4642540 or 1321401. OLE color: 1321401.

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

Color convert

RGB 185 41 20 -
CMYK 0 0.78 0.89 0.27
HSL 7.64º 0.8% 0.4% -
HSV(B) 7.64º 0.89% 0.73% -
XYZ 20.93 11.95 1.87 -
YUV 81.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 185 41 20 0 0.78 0.89 0.27 7.64 0.8 0.4
Hex B9 29 14 0 4E 59 1B 8 50 28
Octal 271 51 24 0 116 131 33 10 120 50
Binary 10111001 101001 10100 0 1001110 1011001 11011 1000 1010000 101000

Color Harmonies of #B92914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92914

Black with #B92914

Text Example


Text Example

White with #B92914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92914; }

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

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

background-color css

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

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

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

border-color css

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

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

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