Html Css Color HEX #BB320B Harley Davidson Orange

📋 copy color: '#BB320B'

red 187 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #BB320B

Tints of Harley Davidson Orange #BB320B

RGB

 RED value IS 187 (73.44% from 255) = 75.4%

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 75.4%
G = 20.16%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB320B (or 0xBB320B) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 0B. RGB value is (187,50,11). Sum of RGB (Red+Green+Blue) = 187+50+11=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB320B is #44CDF4. Grayscale: #565656. Windows color (decimal): -4509173 or 733883. OLE color: 733883.

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

Color convert

RGB 187 50 11 -
CMYK 0 0.73 0.94 0.27
HSL 13.3º 0.89% 0.39% -
HSV(B) 13.3º 0.94% 0.73% -
XYZ 21.69 12.87 1.66 -
YUV 86.52 85.39 199.67 -
System Red Green Blue C M Y K H S L
Decimal 187 50 11 0 0.73 0.94 0.27 13.3 0.89 0.39
Hex BB 32 B 0 49 5E 1B D 59 27
Octal 273 62 13 0 111 136 33 15 131 47
Binary 10111011 110010 1011 0 1001001 1011110 11011 1101 1011001 100111

Color Harmonies of #BB320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB320B

Black with #BB320B

Text Example


Text Example

White with #BB320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB320B; }

 p { color: rgb(187,50,11); }

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

background-color css

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

 a { background-color: rgb(187,50,11); }

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

border-color css

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

 span { border-color: rgb(187,50,11); }

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