Html Css Color HEX #BB533B Grenadier

📋 copy color: '#BB533B'

red 187 ◦ green 83 ◦ blue 59

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

Shades of Grenadier #BB533B

Tints of Grenadier #BB533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 56.84%
G = 25.23%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB533B (or 0xBB533B) is known color: Grenadier. HEX triplet: BB, 53 and 3B. RGB value is (187,83,59). Sum of RGB (Red+Green+Blue) = 187+83+59=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB533B is #44ACC4. Grayscale: #6F6F6F. Windows color (decimal): -4500677 or 3888059. OLE color: 3888059.

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

Color convert

RGB 187 83 59 -
CMYK 0 0.56 0.68 0.27
HSL 11.25º 0.52% 0.48% -
HSV(B) 11.25º 0.68% 0.73% -
XYZ 24.38 17.07 6.15 -
YUV 111.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 187 83 59 0 0.56 0.68 0.27 11.25 0.52 0.48
Hex BB 53 3B 0 38 44 1B B 34 30
Octal 273 123 73 0 70 104 33 13 64 60
Binary 10111011 1010011 111011 0 111000 1000100 11011 1011 110100 110000

Color Harmonies of #BB533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB533B

Black with #BB533B

Text Example


Text Example

White with #BB533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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