Html Css Color HEX #BB3514 Harley Davidson Orange

📋 copy color: '#BB3514'

red 187 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #BB3514

Tints of Harley Davidson Orange #BB3514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 71.92%
G = 20.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB3514 (or 0xBB3514) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 14. RGB value is (187,53,20). Sum of RGB (Red+Green+Blue) = 187+53+20=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3514 is #44CAEB. Grayscale: #595959. Windows color (decimal): -4508396 or 1324475. OLE color: 1324475.

HSL color Cylindrical-coordinate representation of color #BB3514: hue angle of 11.86º 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 #BB3514 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 20 -
CMYK 0 0.72 0.89 0.27
HSL 11.86º 0.81% 0.41% -
HSV(B) 11.86º 0.89% 0.73% -
XYZ 21.89 13.16 2.05 -
YUV 89.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 187 53 20 0 0.72 0.89 0.27 11.86 0.81 0.41
Hex BB 35 14 0 48 59 1B C 51 29
Octal 273 65 24 0 110 131 33 14 121 51
Binary 10111011 110101 10100 0 1001000 1011001 11011 1100 1010001 101001

Color Harmonies of #BB3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3514

Black with #BB3514

Text Example


Text Example

White with #BB3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3514; }

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

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

background-color css

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

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

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

border-color css

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

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

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