Html Css Color HEX #B92812 Harley Davidson Orange

📋 copy color: '#B92812'

red 185 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #B92812

Tints of Harley Davidson Orange #B92812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 76.13%
G = 16.46%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92812 (or 0xB92812) is known color: Harley Davidson Orange. HEX triplet: B9, 28 and 12. RGB value is (185,40,18). Sum of RGB (Red+Green+Blue) = 185+40+18=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B92812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92812 is #46D7ED. Grayscale: #515151. Windows color (decimal): -4642798 or 1190073. OLE color: 1190073.

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

Color convert

RGB 185 40 18 -
CMYK 0 0.78 0.90 0.27
HSL 7.9º 0.82% 0.4% -
HSV(B) 7.9º 0.9% 0.73% -
XYZ 20.88 11.88 1.76 -
YUV 80.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 185 40 18 0 0.78 0.90 0.27 7.9 0.82 0.4
Hex B9 28 12 0 4E 5A 1B 8 52 28
Octal 271 50 22 0 116 132 33 10 122 50
Binary 10111001 101000 10010 0 1001110 1011010 11011 1000 1010010 101000

Color Harmonies of #B92812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92812

Black with #B92812

Text Example


Text Example

White with #B92812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92812; }

 p { color: rgb(185,40,18); }

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

background-color css

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

 a { background-color: rgb(185,40,18); }

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

border-color css

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

 span { border-color: rgb(185,40,18); }

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