Html Css Color HEX #BB2D05 Harley Davidson Orange

📋 copy color: '#BB2D05'

red 187 ◦ green 45 ◦ blue 5

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

Shades of Harley Davidson Orange #BB2D05

Tints of Harley Davidson Orange #BB2D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 78.9%
G = 18.99%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB2D05 (or 0xBB2D05) is known color: Harley Davidson Orange. HEX triplet: BB, 2D and 05. RGB value is (187,45,5). Sum of RGB (Red+Green+Blue) = 187+45+5=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2D05 is #44D2FA. Grayscale: #535353. Windows color (decimal): -4510459 or 339387. OLE color: 339387.

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

Color convert

RGB 187 45 5 -
CMYK 0 0.76 0.97 0.27
HSL 13.19º 0.95% 0.38% -
HSV(B) 13.19º 0.97% 0.73% -
XYZ 21.46 12.45 1.42 -
YUV 82.9 84.04 202.25 -
System Red Green Blue C M Y K H S L
Decimal 187 45 5 0 0.76 0.97 0.27 13.19 0.95 0.38
Hex BB 2D 5 0 4C 61 1B D 5F 26
Octal 273 55 5 0 114 141 33 15 137 46
Binary 10111011 101101 101 0 1001100 1100001 11011 1101 1011111 100110

Color Harmonies of #BB2D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D05

Black with #BB2D05

Text Example


Text Example

White with #BB2D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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