Html Css Color HEX #BB3310 Harley Davidson Orange

📋 copy color: '#BB3310'

red 187 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #BB3310

Tints of Harley Davidson Orange #BB3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 73.62%
G = 20.08%
B = 6.3%

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

#BB3310 (or 0xBB3310) is known color: Harley Davidson Orange. HEX triplet: BB, 33 and 10. RGB value is (187,51,16). Sum of RGB (Red+Green+Blue) = 187+51+16=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3310 is #44CCEF. Grayscale: #575757. Windows color (decimal): -4508912 or 1061819. OLE color: 1061819.

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

Color convert

RGB 187 51 16 -
CMYK 0 0.73 0.91 0.27
HSL 12.28º 0.84% 0.4% -
HSV(B) 12.28º 0.91% 0.73% -
XYZ 21.77 12.97 1.85 -
YUV 87.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 187 51 16 0 0.73 0.91 0.27 12.28 0.84 0.4
Hex BB 33 10 0 49 5B 1B C 54 28
Octal 273 63 20 0 111 133 33 14 124 50
Binary 10111011 110011 10000 0 1001001 1011011 11011 1100 1010100 101000

Color Harmonies of #BB3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3310

Black with #BB3310

Text Example


Text Example

White with #BB3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3310; }

 p { color: rgb(187,51,16); }

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

background-color css

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

 a { background-color: rgb(187,51,16); }

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

border-color css

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

 span { border-color: rgb(187,51,16); }

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