Html Css Color HEX #BB2901 Harley Davidson Orange

📋 copy color: '#BB2901'

red 187 ◦ green 41 ◦ blue 1

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

Shades of Harley Davidson Orange #BB2901

Tints of Harley Davidson Orange #BB2901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 81.66%
G = 17.9%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2901 (or 0xBB2901) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 01. RGB value is (187,41,1). Sum of RGB (Red+Green+Blue) = 187+41+1=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2901 is #44D6FE. Grayscale: #505050. Windows color (decimal): -4511487 or 76219. OLE color: 76219.

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

Color convert

RGB 187 41 1 -
CMYK 0 0.78 0.99 0.27
HSL 12.9º 0.99% 0.37% -
HSV(B) 12.9º 0.99% 0.73% -
XYZ 21.29 12.15 1.25 -
YUV 80.09 83.37 204.25 -
System Red Green Blue C M Y K H S L
Decimal 187 41 1 0 0.78 0.99 0.27 12.9 0.99 0.37
Hex BB 29 1 0 4E 63 1B D 63 25
Octal 273 51 1 0 116 143 33 15 143 45
Binary 10111011 101001 1 0 1001110 1100011 11011 1101 1100011 100101

Color Harmonies of #BB2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2901

Black with #BB2901

Text Example


Text Example

White with #BB2901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2901; }

 p { color: rgb(187,41,1); }

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

background-color css

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

 a { background-color: rgb(187,41,1); }

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

border-color css

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

 span { border-color: rgb(187,41,1); }

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