Html Css Color HEX #B92D14 Harley Davidson Orange

📋 copy color: '#B92D14'

red 185 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #B92D14

Tints of Harley Davidson Orange #B92D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18%

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

R = 74%
G = 18%
B = 8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92D14 (or 0xB92D14) is known color: Harley Davidson Orange. HEX triplet: B9, 2D and 14. RGB value is (185,45,20). Sum of RGB (Red+Green+Blue) = 185+45+20=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92D14 is #46D2EB. Grayscale: #545454. Windows color (decimal): -4641516 or 1322425. OLE color: 1322425.

HSL color Cylindrical-coordinate representation of color #B92D14: hue angle of 9.09º 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 #B92D14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 45 20 -
CMYK 0 0.76 0.89 0.27
HSL 9.09º 0.8% 0.4% -
HSV(B) 9.09º 0.89% 0.73% -
XYZ 21.07 12.24 1.91 -
YUV 84.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 185 45 20 0 0.76 0.89 0.27 9.09 0.8 0.4
Hex B9 2D 14 0 4C 59 1B 9 50 28
Octal 271 55 24 0 114 131 33 11 120 50
Binary 10111001 101101 10100 0 1001100 1011001 11011 1001 1010000 101000

Color Harmonies of #B92D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92D14

Black with #B92D14

Text Example


Text Example

White with #B92D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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