Html Css Color HEX #B92400 Harley Davidson Orange

📋 copy color: '#B92400'

red 185 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #B92400

Tints of Harley Davidson Orange #B92400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 83.71%
G = 16.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B92400 (or 0xB92400) is known color: Harley Davidson Orange. HEX triplet: B9, 24 and 00. RGB value is (185,36,0). Sum of RGB (Red+Green+Blue) = 185+36+0=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B92400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92400 is #46DBFF. Grayscale: #4C4C4C. Windows color (decimal): -4643840 or 9401. OLE color: 9401.

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

Color convert

RGB 185 36 0 -
CMYK 0 0.81 1 0.27
HSL 11.68º 1% 0.36% -
HSV(B) 11.68º 1% 0.73% -
XYZ 20.64 11.58 1.15 -
YUV 76.45 84.86 205.43 -
System Red Green Blue C M Y K H S L
Decimal 185 36 0 0 0.81 1 0.27 11.68 1 0.36
Hex B9 24 0 0 51 64 1B C 64 24
Octal 271 44 0 0 121 144 33 14 144 44
Binary 10111001 100100 0 0 1010001 1100100 11011 1100 1100100 100100

Color Harmonies of #B92400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92400

Black with #B92400

Text Example


Text Example

White with #B92400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92400; }

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

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

background-color css

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

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

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

border-color css

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

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

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