Html Css Color HEX #BB2D1A Harley Davidson Orange

📋 copy color: '#BB2D1A'

red 187 ◦ green 45 ◦ blue 26

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

Shades of Harley Davidson Orange #BB2D1A

Tints of Harley Davidson Orange #BB2D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 72.48%
G = 17.44%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB2D1A (or 0xBB2D1A) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 1A. RGB value is (187,45,26). Sum of RGB (Red+Green+Blue) = 187+45+26=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D1A is #44D2E5. Grayscale: #555555. Windows color (decimal): -4510438 or 1715643. OLE color: 1715643.

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

Color convert

RGB 187 45 26 -
CMYK 0 0.76 0.86 0.27
HSL 7.08º 0.76% 0.42% -
HSV(B) 7.08º 0.86% 0.73% -
XYZ 21.62 12.52 2.25 -
YUV 85.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 187 45 26 0 0.76 0.86 0.27 7.08 0.76 0.42
Hex BB 2D 1A 0 4C 56 1B 7 4C 2A
Octal 273 55 32 0 114 126 33 7 114 52
Binary 10111011 101101 11010 0 1001100 1010110 11011 111 1001100 101010

Color Harmonies of #BB2D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D1A

Black with #BB2D1A

Text Example


Text Example

White with #BB2D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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