Html Css Color HEX #BB3520 Harley Davidson Orange

📋 copy color: '#BB3520'

red 187 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #BB3520

Tints of Harley Davidson Orange #BB3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 68.75%
G = 19.49%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB3520 (or 0xBB3520) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 20. RGB value is (187,53,32). Sum of RGB (Red+Green+Blue) = 187+53+32=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3520 is #44CADF. Grayscale: #5A5A5A. Windows color (decimal): -4508384 or 2110907. OLE color: 2110907.

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

Color convert

RGB 187 53 32 -
CMYK 0 0.72 0.83 0.27
HSL 8.13º 0.71% 0.43% -
HSV(B) 8.13º 0.83% 0.73% -
XYZ 22.03 13.22 2.76 -
YUV 90.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 187 53 32 0 0.72 0.83 0.27 8.13 0.71 0.43
Hex BB 35 20 0 48 53 1B 8 47 2B
Octal 273 65 40 0 110 123 33 10 107 53
Binary 10111011 110101 100000 0 1001000 1010011 11011 1000 1000111 101011

Color Harmonies of #BB3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3520

Black with #BB3520

Text Example


Text Example

White with #BB3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3520; }

 p { color: rgb(187,53,32); }

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

background-color css

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

 a { background-color: rgb(187,53,32); }

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

border-color css

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

 span { border-color: rgb(187,53,32); }

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