Html Css Color HEX #BB320D Harley Davidson Orange

📋 copy color: '#BB320D'

red 187 ◦ green 50 ◦ blue 13

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

Shades of Harley Davidson Orange #BB320D

Tints of Harley Davidson Orange #BB320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 74.8%
G = 20%
B = 5.2%

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

#BB320D (or 0xBB320D) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 0D. RGB value is (187,50,13). Sum of RGB (Red+Green+Blue) = 187+50+13=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB320D is #44CDF2. Grayscale: #575757. Windows color (decimal): -4509171 or 864955. OLE color: 864955.

HSL color Cylindrical-coordinate representation of color #BB320D: hue angle of 12.76º degrees, saturation: 0.87, 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 #BB320D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 13 -
CMYK 0 0.73 0.93 0.27
HSL 12.76º 0.87% 0.39% -
HSV(B) 12.76º 0.93% 0.73% -
XYZ 21.71 12.88 1.72 -
YUV 86.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 187 50 13 0 0.73 0.93 0.27 12.76 0.87 0.39
Hex BB 32 D 0 49 5D 1B D 57 27
Octal 273 62 15 0 111 135 33 15 127 47
Binary 10111011 110010 1101 0 1001001 1011101 11011 1101 1010111 100111

Color Harmonies of #BB320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB320D

Black with #BB320D

Text Example


Text Example

White with #BB320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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