Html Css Color HEX #BB320E Harley Davidson Orange

📋 copy color: '#BB320E'

red 187 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #BB320E

Tints of Harley Davidson Orange #BB320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 74.5%
G = 19.92%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB320E (or 0xBB320E) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 0E. RGB value is (187,50,14). Sum of RGB (Red+Green+Blue) = 187+50+14=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB320E is #44CDF1. Grayscale: #575757. Windows color (decimal): -4509170 or 930491. OLE color: 930491.

HSL color Cylindrical-coordinate representation of color #BB320E: hue angle of 12.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB320E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 14 -
CMYK 0 0.73 0.93 0.27
HSL 12.49º 0.86% 0.39% -
HSV(B) 12.49º 0.93% 0.73% -
XYZ 21.71 12.88 1.76 -
YUV 86.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 187 50 14 0 0.73 0.93 0.27 12.49 0.86 0.39
Hex BB 32 E 0 49 5D 1B C 56 27
Octal 273 62 16 0 111 135 33 14 126 47
Binary 10111011 110010 1110 0 1001001 1011101 11011 1100 1010110 100111

Color Harmonies of #BB320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB320E

Black with #BB320E

Text Example


Text Example

White with #BB320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB320E; }

 p { color: rgb(187,50,14); }

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

background-color css

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

 a { background-color: rgb(187,50,14); }

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

border-color css

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

 span { border-color: rgb(187,50,14); }

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