Html Css Color HEX #BB2810 Harley Davidson Orange

📋 copy color: '#BB2810'

red 187 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #BB2810

Tints of Harley Davidson Orange #BB2810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 76.95%
G = 16.46%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2810 (or 0xBB2810) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 10. RGB value is (187,40,16). Sum of RGB (Red+Green+Blue) = 187+40+16=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2810 is #44D7EF. Grayscale: #515151. Windows color (decimal): -4511728 or 1059003. OLE color: 1059003.

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

Color convert

RGB 187 40 16 -
CMYK 0 0.79 0.91 0.27
HSL 8.42º 0.84% 0.4% -
HSV(B) 8.42º 0.91% 0.73% -
XYZ 21.35 12.12 1.7 -
YUV 81.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 187 40 16 0 0.79 0.91 0.27 8.42 0.84 0.4
Hex BB 28 10 0 4F 5B 1B 8 54 28
Octal 273 50 20 0 117 133 33 10 124 50
Binary 10111011 101000 10000 0 1001111 1011011 11011 1000 1010100 101000

Color Harmonies of #BB2810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2810

Black with #BB2810

Text Example


Text Example

White with #BB2810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2810; }

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

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

background-color css

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

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

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

border-color css

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

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

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