Html Css Color HEX #BB3211 Harley Davidson Orange

📋 copy color: '#BB3211'

red 187 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #BB3211

Tints of Harley Davidson Orange #BB3211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 73.62%
G = 19.69%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB3211 (or 0xBB3211) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 11. RGB value is (187,50,17). Sum of RGB (Red+Green+Blue) = 187+50+17=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3211 is #44CDEE. Grayscale: #575757. Windows color (decimal): -4509167 or 1127099. OLE color: 1127099.

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

Color convert

RGB 187 50 17 -
CMYK 0 0.73 0.91 0.27
HSL 11.65º 0.83% 0.4% -
HSV(B) 11.65º 0.91% 0.73% -
XYZ 21.74 12.89 1.87 -
YUV 87.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 187 50 17 0 0.73 0.91 0.27 11.65 0.83 0.4
Hex BB 32 11 0 49 5B 1B C 53 28
Octal 273 62 21 0 111 133 33 14 123 50
Binary 10111011 110010 10001 0 1001001 1011011 11011 1100 1010011 101000

Color Harmonies of #BB3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3211

Black with #BB3211

Text Example


Text Example

White with #BB3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3211; }

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

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

background-color css

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

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

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

border-color css

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

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

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