Html Css Color HEX #BB5333 Grenadier

📋 copy color: '#BB5333'

red 187 ◦ green 83 ◦ blue 51

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

Shades of Grenadier #BB5333

Tints of Grenadier #BB5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 58.26%
G = 25.86%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB5333 (or 0xBB5333) is known color: Grenadier. HEX triplet: BB, 53 and 33. RGB value is (187,83,51). Sum of RGB (Red+Green+Blue) = 187+83+51=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5333 is #44ACCC. Grayscale: #6E6E6E. Windows color (decimal): -4500685 or 3363771. OLE color: 3363771.

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

Color convert

RGB 187 83 51 -
CMYK 0 0.56 0.73 0.27
HSL 14.12º 0.57% 0.47% -
HSV(B) 14.12º 0.73% 0.73% -
XYZ 24.18 16.99 5.14 -
YUV 110.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 187 83 51 0 0.56 0.73 0.27 14.12 0.57 0.47
Hex BB 53 33 0 38 49 1B E 39 2F
Octal 273 123 63 0 70 111 33 16 71 57
Binary 10111011 1010011 110011 0 111000 1001001 11011 1110 111001 101111

Color Harmonies of #BB5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5333

Black with #BB5333

Text Example


Text Example

White with #BB5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5333; }

 p { color: rgb(187,83,51); }

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

background-color css

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

 a { background-color: rgb(187,83,51); }

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

border-color css

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

 span { border-color: rgb(187,83,51); }

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