Html Css Color HEX #B92000 Harley Davidson Orange

📋 copy color: '#B92000'

red 185 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #B92000

Tints of Harley Davidson Orange #B92000

RGB

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

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

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

R = 85.25%
G = 14.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B92000 (or 0xB92000) is known color: Harley Davidson Orange. HEX triplet: B9, 20 and 00. RGB value is (185,32,0). Sum of RGB (Red+Green+Blue) = 185+32+0=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B92000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92000 is #46DFFF. Grayscale: #4A4A4A. Windows color (decimal): -4644864 or 8377. OLE color: 8377.

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

Color convert

RGB 185 32 0 -
CMYK 0 0.83 1 0.27
HSL 10.38º 1% 0.36% -
HSV(B) 10.38º 1% 0.73% -
XYZ 20.52 11.35 1.11 -
YUV 74.1 86.19 207.1 -
System Red Green Blue C M Y K H S L
Decimal 185 32 0 0 0.83 1 0.27 10.38 1 0.36
Hex B9 20 0 0 53 64 1B A 64 24
Octal 271 40 0 0 123 144 33 12 144 44
Binary 10111001 100000 0 0 1010011 1100100 11011 1010 1100100 100100

Color Harmonies of #B92000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92000

Black with #B92000

Text Example


Text Example

White with #B92000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92000; }

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

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

background-color css

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

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

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

border-color css

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

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

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