Html Css Color HEX #BB2A05 Harley Davidson Orange

📋 copy color: '#BB2A05'

red 187 ◦ green 42 ◦ blue 5

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

Shades of Harley Davidson Orange #BB2A05

Tints of Harley Davidson Orange #BB2A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.95%

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

R = 79.91%
G = 17.95%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB2A05 (or 0xBB2A05) is known color: Harley Davidson Orange. HEX triplet: BB, 2A and 05. RGB value is (187,42,5). Sum of RGB (Red+Green+Blue) = 187+42+5=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A05 is #44D5FA. Grayscale: #515151. Windows color (decimal): -4511227 or 338619. OLE color: 338619.

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

Color convert

RGB 187 42 5 -
CMYK 0 0.78 0.97 0.27
HSL 12.2º 0.95% 0.38% -
HSV(B) 12.2º 0.97% 0.73% -
XYZ 21.35 12.23 1.38 -
YUV 81.14 85.04 203.51 -
System Red Green Blue C M Y K H S L
Decimal 187 42 5 0 0.78 0.97 0.27 12.2 0.95 0.38
Hex BB 2A 5 0 4E 61 1B C 5F 26
Octal 273 52 5 0 116 141 33 14 137 46
Binary 10111011 101010 101 0 1001110 1100001 11011 1100 1011111 100110

Color Harmonies of #BB2A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A05

Black with #BB2A05

Text Example


Text Example

White with #BB2A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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