Html Css Color HEX #BB3521 Harley Davidson Orange

📋 copy color: '#BB3521'

red 187 ◦ green 53 ◦ blue 33

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

Shades of Harley Davidson Orange #BB3521

Tints of Harley Davidson Orange #BB3521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 68.5%
G = 19.41%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB3521 (or 0xBB3521) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 21. RGB value is (187,53,33). Sum of RGB (Red+Green+Blue) = 187+53+33=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3521 is #44CADE. Grayscale: #5B5B5B. Windows color (decimal): -4508383 or 2176443. OLE color: 2176443.

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

Color convert

RGB 187 53 33 -
CMYK 0 0.72 0.82 0.27
HSL 7.79º 0.7% 0.43% -
HSV(B) 7.79º 0.82% 0.73% -
XYZ 22.04 13.22 2.83 -
YUV 90.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 187 53 33 0 0.72 0.82 0.27 7.79 0.7 0.43
Hex BB 35 21 0 48 52 1B 8 46 2B
Octal 273 65 41 0 110 122 33 10 106 53
Binary 10111011 110101 100001 0 1001000 1010010 11011 1000 1000110 101011

Color Harmonies of #BB3521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3521

Black with #BB3521

Text Example


Text Example

White with #BB3521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3521; }

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

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

background-color css

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

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

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

border-color css

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

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

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