Html Css Color HEX #B9331E Harley Davidson Orange

📋 copy color: '#B9331E'

red 185 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #B9331E

Tints of Harley Davidson Orange #B9331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 69.55%
G = 19.17%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9331E (or 0xB9331E) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 1E. RGB value is (185,51,30). Sum of RGB (Red+Green+Blue) = 185+51+30=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9331E is #46CCE1. Grayscale: #585858. Windows color (decimal): -4639970 or 1979321. OLE color: 1979321.

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

Color convert

RGB 185 51 30 -
CMYK 0 0.72 0.84 0.27
HSL 8.13º 0.72% 0.42% -
HSV(B) 8.13º 0.84% 0.73% -
XYZ 21.43 12.78 2.56 -
YUV 88.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 185 51 30 0 0.72 0.84 0.27 8.13 0.72 0.42
Hex B9 33 1E 0 48 54 1B 8 48 2A
Octal 271 63 36 0 110 124 33 10 110 52
Binary 10111001 110011 11110 0 1001000 1010100 11011 1000 1001000 101010

Color Harmonies of #B9331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9331E

Black with #B9331E

Text Example


Text Example

White with #B9331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9331E; }

 p { color: rgb(185,51,30); }

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

background-color css

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

 a { background-color: rgb(185,51,30); }

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

border-color css

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

 span { border-color: rgb(185,51,30); }

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