Html Css Color HEX #BB311E Harley Davidson Orange

📋 copy color: '#BB311E'

red 187 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #BB311E

Tints of Harley Davidson Orange #BB311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 70.3%
G = 18.42%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB311E (or 0xBB311E) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 1E. RGB value is (187,49,30). Sum of RGB (Red+Green+Blue) = 187+49+30=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB311E is #44CEE1. Grayscale: #585858. Windows color (decimal): -4509410 or 1978811. OLE color: 1978811.

HSL color Cylindrical-coordinate representation of color #BB311E: hue angle of 7.26º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB311E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 30 -
CMYK 0 0.74 0.84 0.27
HSL 7.26º 0.72% 0.43% -
HSV(B) 7.26º 0.84% 0.73% -
XYZ 21.83 12.86 2.56 -
YUV 88.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 187 49 30 0 0.74 0.84 0.27 7.26 0.72 0.43
Hex BB 31 1E 0 4A 54 1B 7 48 2B
Octal 273 61 36 0 112 124 33 7 110 53
Binary 10111011 110001 11110 0 1001010 1010100 11011 111 1001000 101011

Color Harmonies of #BB311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB311E

Black with #BB311E

Text Example


Text Example

White with #BB311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB311E; }

 p { color: rgb(187,49,30); }

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

background-color css

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

 a { background-color: rgb(187,49,30); }

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

border-color css

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

 span { border-color: rgb(187,49,30); }

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