Html Css Color HEX #B9331D Harley Davidson Orange

📋 copy color: '#B9331D'

red 185 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #B9331D

Tints of Harley Davidson Orange #B9331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 69.81%
G = 19.25%
B = 10.94%

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

#B9331D (or 0xB9331D) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 1D. RGB value is (185,51,29). Sum of RGB (Red+Green+Blue) = 185+51+29=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9331D is #46CCE2. Grayscale: #585858. Windows color (decimal): -4639971 or 1913785. OLE color: 1913785.

HSL color Cylindrical-coordinate representation of color #B9331D: hue angle of 8.46º degrees, saturation: 0.73, 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 #B9331D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 29 -
CMYK 0 0.72 0.84 0.27
HSL 8.46º 0.73% 0.42% -
HSV(B) 8.46º 0.84% 0.73% -
XYZ 21.41 12.77 2.5 -
YUV 88.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 185 51 29 0 0.72 0.84 0.27 8.46 0.73 0.42
Hex B9 33 1D 0 48 54 1B 8 49 2A
Octal 271 63 35 0 110 124 33 10 111 52
Binary 10111001 110011 11101 0 1001000 1010100 11011 1000 1001001 101010

Color Harmonies of #B9331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9331D

Black with #B9331D

Text Example


Text Example

White with #B9331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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