Html Css Color HEX #BB320F Harley Davidson Orange

📋 copy color: '#BB320F'

red 187 ◦ green 50 ◦ blue 15

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

Shades of Harley Davidson Orange #BB320F

Tints of Harley Davidson Orange #BB320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 74.21%
G = 19.84%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB320F (or 0xBB320F) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 0F. RGB value is (187,50,15). Sum of RGB (Red+Green+Blue) = 187+50+15=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB320F is #44CDF0. Grayscale: #575757. Windows color (decimal): -4509169 or 996027. OLE color: 996027.

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

Color convert

RGB 187 50 15 -
CMYK 0 0.73 0.92 0.27
HSL 12.21º 0.85% 0.4% -
HSV(B) 12.21º 0.92% 0.73% -
XYZ 21.72 12.88 1.79 -
YUV 86.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 187 50 15 0 0.73 0.92 0.27 12.21 0.85 0.4
Hex BB 32 F 0 49 5C 1B C 55 28
Octal 273 62 17 0 111 134 33 14 125 50
Binary 10111011 110010 1111 0 1001001 1011100 11011 1100 1010101 101000

Color Harmonies of #BB320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB320F

Black with #BB320F

Text Example


Text Example

White with #BB320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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