Html Css Color HEX #BB533D Grenadier

📋 copy color: '#BB533D'

red 187 ◦ green 83 ◦ blue 61

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

Shades of Grenadier #BB533D

Tints of Grenadier #BB533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 56.5%
G = 25.08%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB533D (or 0xBB533D) is known color: Grenadier. HEX triplet: BB, 53 and 3D. RGB value is (187,83,61). Sum of RGB (Red+Green+Blue) = 187+83+61=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB533D is #44ACC2. Grayscale: #6F6F6F. Windows color (decimal): -4500675 or 4019131. OLE color: 4019131.

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

Color convert

RGB 187 83 61 -
CMYK 0 0.56 0.67 0.27
HSL 10.48º 0.51% 0.49% -
HSV(B) 10.48º 0.67% 0.73% -
XYZ 24.43 17.09 6.43 -
YUV 111.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 187 83 61 0 0.56 0.67 0.27 10.48 0.51 0.49
Hex BB 53 3D 0 38 43 1B A 33 31
Octal 273 123 75 0 70 103 33 12 63 61
Binary 10111011 1010011 111101 0 111000 1000011 11011 1010 110011 110001

Color Harmonies of #BB533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB533D

Black with #BB533D

Text Example


Text Example

White with #BB533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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