Html Css Color HEX #BB3219 Harley Davidson Orange

📋 copy color: '#BB3219'

red 187 ◦ green 50 ◦ blue 25

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

Shades of Harley Davidson Orange #BB3219

Tints of Harley Davidson Orange #BB3219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 71.37%
G = 19.08%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB3219 (or 0xBB3219) is known color: Harley Davidson Orange. HEX triplet: BB, 32 and 19. RGB value is (187,50,25). Sum of RGB (Red+Green+Blue) = 187+50+25=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3219 is #44CDE6. Grayscale: #585858. Windows color (decimal): -4509159 or 1651387. OLE color: 1651387.

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

Color convert

RGB 187 50 25 -
CMYK 0 0.73 0.87 0.27
HSL 9.26º 0.76% 0.42% -
HSV(B) 9.26º 0.87% 0.73% -
XYZ 21.81 12.92 2.26 -
YUV 88.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 187 50 25 0 0.73 0.87 0.27 9.26 0.76 0.42
Hex BB 32 19 0 49 57 1B 9 4C 2A
Octal 273 62 31 0 111 127 33 11 114 52
Binary 10111011 110010 11001 0 1001001 1010111 11011 1001 1001100 101010

Color Harmonies of #BB3219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3219

Black with #BB3219

Text Example


Text Example

White with #BB3219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3219; }

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

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

background-color css

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

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

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

border-color css

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

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

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