Html Css Color HEX #BB5034 Grenadier

📋 copy color: '#BB5034'

red 187 ◦ green 80 ◦ blue 52

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

Shades of Grenadier #BB5034

Tints of Grenadier #BB5034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 58.62%
G = 25.08%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB5034 (or 0xBB5034) is known color: Grenadier. HEX triplet: BB, 50 and 34. RGB value is (187,80,52). Sum of RGB (Red+Green+Blue) = 187+80+52=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5034 is #44AFCB. Grayscale: #6D6D6D. Windows color (decimal): -4501452 or 3428539. OLE color: 3428539.

HSL color Cylindrical-coordinate representation of color #BB5034: hue angle of 12.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB5034 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 52 -
CMYK 0 0.57 0.72 0.27
HSL 12.44º 0.56% 0.47% -
HSV(B) 12.44º 0.72% 0.73% -
XYZ 23.98 16.55 5.18 -
YUV 108.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 187 80 52 0 0.57 0.72 0.27 12.44 0.56 0.47
Hex BB 50 34 0 39 48 1B C 38 2F
Octal 273 120 64 0 71 110 33 14 70 57
Binary 10111011 1010000 110100 0 111001 1001000 11011 1100 111000 101111

Color Harmonies of #BB5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5034

Black with #BB5034

Text Example


Text Example

White with #BB5034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5034; }

 p { color: rgb(187,80,52); }

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

background-color css

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

 a { background-color: rgb(187,80,52); }

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

border-color css

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

 span { border-color: rgb(187,80,52); }

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