Html Css Color HEX #BB2E04 Harley Davidson Orange

📋 copy color: '#BB2E04'

red 187 ◦ green 46 ◦ blue 4

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

Shades of Harley Davidson Orange #BB2E04

Tints of Harley Davidson Orange #BB2E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 78.9%
G = 19.41%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB2E04 (or 0xBB2E04) is known color: Harley Davidson Orange. HEX triplet: BB, 2E and 04. RGB value is (187,46,4). Sum of RGB (Red+Green+Blue) = 187+46+4=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2E04 is #44D1FB. Grayscale: #535353. Windows color (decimal): -4510204 or 274107. OLE color: 274107.

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

Color convert

RGB 187 46 4 -
CMYK 0 0.75 0.98 0.27
HSL 13.77º 0.96% 0.37% -
HSV(B) 13.77º 0.98% 0.73% -
XYZ 21.49 12.53 1.4 -
YUV 83.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 187 46 4 0 0.75 0.98 0.27 13.77 0.96 0.37
Hex BB 2E 4 0 4B 62 1B E 60 25
Octal 273 56 4 0 113 142 33 16 140 45
Binary 10111011 101110 100 0 1001011 1100010 11011 1110 1100000 100101

Color Harmonies of #BB2E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E04

Black with #BB2E04

Text Example


Text Example

White with #BB2E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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