Html Css Color HEX #BB533A Grenadier

📋 copy color: '#BB533A'

red 187 ◦ green 83 ◦ blue 58

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

Shades of Grenadier #BB533A

Tints of Grenadier #BB533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 57.01%
G = 25.3%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB533A (or 0xBB533A) is known color: Grenadier. HEX triplet: BB, 53 and 3A. RGB value is (187,83,58). Sum of RGB (Red+Green+Blue) = 187+83+58=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB533A is #44ACC5. Grayscale: #6F6F6F. Windows color (decimal): -4500678 or 3822523. OLE color: 3822523.

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

Color convert

RGB 187 83 58 -
CMYK 0 0.56 0.69 0.27
HSL 11.63º 0.53% 0.48% -
HSV(B) 11.63º 0.69% 0.73% -
XYZ 24.35 17.06 6.01 -
YUV 111.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 187 83 58 0 0.56 0.69 0.27 11.63 0.53 0.48
Hex BB 53 3A 0 38 45 1B C 35 30
Octal 273 123 72 0 70 105 33 14 65 60
Binary 10111011 1010011 111010 0 111000 1000101 11011 1100 110101 110000

Color Harmonies of #BB533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB533A

Black with #BB533A

Text Example


Text Example

White with #BB533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB533A; }

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

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

background-color css

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

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

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

border-color css

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

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

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