Html Css Color HEX #BB3114 Harley Davidson Orange

📋 copy color: '#BB3114'

red 187 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #BB3114

Tints of Harley Davidson Orange #BB3114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 73.05%
G = 19.14%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB3114 (or 0xBB3114) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 14. RGB value is (187,49,20). Sum of RGB (Red+Green+Blue) = 187+49+20=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3114 is #44CEEB. Grayscale: #575757. Windows color (decimal): -4509420 or 1323451. OLE color: 1323451.

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

Color convert

RGB 187 49 20 -
CMYK 0 0.74 0.89 0.27
HSL 10.42º 0.81% 0.41% -
HSV(B) 10.42º 0.89% 0.73% -
XYZ 21.72 12.81 1.99 -
YUV 86.96 90.22 199.36 -
System Red Green Blue C M Y K H S L
Decimal 187 49 20 0 0.74 0.89 0.27 10.42 0.81 0.41
Hex BB 31 14 0 4A 59 1B A 51 29
Octal 273 61 24 0 112 131 33 12 121 51
Binary 10111011 110001 10100 0 1001010 1011001 11011 1010 1010001 101001

Color Harmonies of #BB3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3114

Black with #BB3114

Text Example


Text Example

White with #BB3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3114; }

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

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

background-color css

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

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

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

border-color css

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

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

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