Html Css Color HEX #B9320F Harley Davidson Orange

📋 copy color: '#B9320F'

red 185 ◦ green 50 ◦ blue 15

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

Shades of Harley Davidson Orange #B9320F

Tints of Harley Davidson Orange #B9320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 74%
G = 20%
B = 6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9320F (or 0xB9320F) is known color: Harley Davidson Orange. HEX triplet: B9, 32 and 0F. RGB value is (185,50,15). Sum of RGB (Red+Green+Blue) = 185+50+15=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9320F is #46CDF0. Grayscale: #565656. Windows color (decimal): -4640241 or 996025. OLE color: 996025.

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

Color convert

RGB 185 50 15 -
CMYK 0 0.73 0.92 0.27
HSL 12.35º 0.85% 0.39% -
HSV(B) 12.35º 0.92% 0.73% -
XYZ 21.23 12.63 1.77 -
YUV 86.38 87.73 198.35 -
System Red Green Blue C M Y K H S L
Decimal 185 50 15 0 0.73 0.92 0.27 12.35 0.85 0.39
Hex B9 32 F 0 49 5C 1B C 55 27
Octal 271 62 17 0 111 134 33 14 125 47
Binary 10111001 110010 1111 0 1001001 1011100 11011 1100 1010101 100111

Color Harmonies of #B9320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9320F

Black with #B9320F

Text Example


Text Example

White with #B9320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9320F; }

 p { color: rgb(185,50,15); }

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

background-color css

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

 a { background-color: rgb(185,50,15); }

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

border-color css

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

 span { border-color: rgb(185,50,15); }

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