Html Css Color HEX #B92A0D Harley Davidson Orange

📋 copy color: '#B92A0D'

red 185 ◦ green 42 ◦ blue 13

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

Shades of Harley Davidson Orange #B92A0D

Tints of Harley Davidson Orange #B92A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 77.08%
G = 17.5%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B92A0D (or 0xB92A0D) is known color: Harley Davidson Orange. HEX triplet: B9, 2A and 0D. RGB value is (185,42,13). Sum of RGB (Red+Green+Blue) = 185+42+13=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92A0D is #46D5F2. Grayscale: #515151. Windows color (decimal): -4642291 or 862905. OLE color: 862905.

HSL color Cylindrical-coordinate representation of color #B92A0D: hue angle of 10.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B92A0D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 42 13 -
CMYK 0 0.77 0.93 0.27
HSL 10.12º 0.87% 0.39% -
HSV(B) 10.12º 0.93% 0.73% -
XYZ 20.91 12 1.59 -
YUV 81.45 89.38 201.86 -
System Red Green Blue C M Y K H S L
Decimal 185 42 13 0 0.77 0.93 0.27 10.12 0.87 0.39
Hex B9 2A D 0 4D 5D 1B A 57 27
Octal 271 52 15 0 115 135 33 12 127 47
Binary 10111001 101010 1101 0 1001101 1011101 11011 1010 1010111 100111

Color Harmonies of #B92A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A0D

Black with #B92A0D

Text Example


Text Example

White with #B92A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A0D; }

 p { color: rgb(185,42,13); }

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

background-color css

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

 a { background-color: rgb(185,42,13); }

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

border-color css

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

 span { border-color: rgb(185,42,13); }

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