Html Css Color HEX #BB2302 Harley Davidson Orange

📋 copy color: '#BB2302'

red 187 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #BB2302

Tints of Harley Davidson Orange #BB2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 83.48%
G = 15.63%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2302 (or 0xBB2302) is known color: Harley Davidson Orange. HEX triplet: BB, 23 and 02. RGB value is (187,35,2). Sum of RGB (Red+Green+Blue) = 187+35+2=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2302 is #44DCFD. Grayscale: #4C4C4C. Windows color (decimal): -4513022 or 140219. OLE color: 140219.

HSL color Cylindrical-coordinate representation of color #BB2302: hue angle of 10.7º degrees, saturation: 0.98, 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 #BB2302 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 2 -
CMYK 0 0.81 0.99 0.27
HSL 10.7º 0.98% 0.37% -
HSV(B) 10.7º 0.99% 0.73% -
XYZ 21.11 11.77 1.22 -
YUV 76.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 187 35 2 0 0.81 0.99 0.27 10.7 0.98 0.37
Hex BB 23 2 0 51 63 1B B 62 25
Octal 273 43 2 0 121 143 33 13 142 45
Binary 10111011 100011 10 0 1010001 1100011 11011 1011 1100010 100101

Color Harmonies of #BB2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2302

Black with #BB2302

Text Example


Text Example

White with #BB2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2302; }

 p { color: rgb(187,35,2); }

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

background-color css

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

 a { background-color: rgb(187,35,2); }

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

border-color css

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

 span { border-color: rgb(187,35,2); }

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