Html Css Color HEX #BB2D10 Harley Davidson Orange

📋 copy color: '#BB2D10'

red 187 ◦ green 45 ◦ blue 16

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

Shades of Harley Davidson Orange #BB2D10

Tints of Harley Davidson Orange #BB2D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

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

R = 75.4%
G = 18.15%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2D10 (or 0xBB2D10) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 10. RGB value is (187,45,16). Sum of RGB (Red+Green+Blue) = 187+45+16=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D10 is #44D2EF. Grayscale: #545454. Windows color (decimal): -4510448 or 1060283. OLE color: 1060283.

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

Color convert

RGB 187 45 16 -
CMYK 0 0.76 0.91 0.27
HSL 10.18º 0.84% 0.4% -
HSV(B) 10.18º 0.91% 0.73% -
XYZ 21.53 12.48 1.76 -
YUV 84.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 187 45 16 0 0.76 0.91 0.27 10.18 0.84 0.4
Hex BB 2D 10 0 4C 5B 1B A 54 28
Octal 273 55 20 0 114 133 33 12 124 50
Binary 10111011 101101 10000 0 1001100 1011011 11011 1010 1010100 101000

Color Harmonies of #BB2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D10

Black with #BB2D10

Text Example


Text Example

White with #BB2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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