Html Css Color HEX #BB2E0F Harley Davidson Orange

📋 copy color: '#BB2E0F'

red 187 ◦ green 46 ◦ blue 15

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

Shades of Harley Davidson Orange #BB2E0F

Tints of Harley Davidson Orange #BB2E0F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.55%

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 75.4%
G = 18.55%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB2E0F (or 0xBB2E0F) is known color: Harley Davidson Orange. HEX triplet: BB, 2E and 0F. RGB value is (187,46,15). Sum of RGB (Red+Green+Blue) = 187+46+15=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2E0F is #44D1F0. Grayscale: #545454. Windows color (decimal): -4510193 or 995003. OLE color: 995003.

HSL color Cylindrical-coordinate representation of color #BB2E0F: hue angle of 10.81º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB2E0F is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 46 15 -
CMYK 0 0.75 0.92 0.27
HSL 10.81º 0.85% 0.4% -
HSV(B) 10.81º 0.92% 0.73% -
XYZ 21.56 12.55 1.74 -
YUV 84.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 187 46 15 0 0.75 0.92 0.27 10.81 0.85 0.4
Hex BB 2E F 0 4B 5C 1B B 55 28
Octal 273 56 17 0 113 134 33 13 125 50
Binary 10111011 101110 1111 0 1001011 1011100 11011 1011 1010101 101000

Color Harmonies of #BB2E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E0F

Black with #BB2E0F

Text Example


Text Example

White with #BB2E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E0F; }

 p { color: rgb(187,46,15); }

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

background-color css

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

 a { background-color: rgb(187,46,15); }

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

border-color css

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

 span { border-color: rgb(187,46,15); }

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