Html Css Color HEX #BB5338 Grenadier

📋 copy color: '#BB5338'

red 187 ◦ green 83 ◦ blue 56

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

Shades of Grenadier #BB5338

Tints of Grenadier #BB5338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 57.36%
G = 25.46%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB5338 (or 0xBB5338) is known color: Grenadier. HEX triplet: BB, 53 and 38. RGB value is (187,83,56). Sum of RGB (Red+Green+Blue) = 187+83+56=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5338 is #44ACC7. Grayscale: #6F6F6F. Windows color (decimal): -4500680 or 3691451. OLE color: 3691451.

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

Color convert

RGB 187 83 56 -
CMYK 0 0.56 0.70 0.27
HSL 12.37º 0.54% 0.48% -
HSV(B) 12.37º 0.7% 0.73% -
XYZ 24.3 17.04 5.75 -
YUV 111.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 187 83 56 0 0.56 0.70 0.27 12.37 0.54 0.48
Hex BB 53 38 0 38 46 1B C 36 30
Octal 273 123 70 0 70 106 33 14 66 60
Binary 10111011 1010011 111000 0 111000 1000110 11011 1100 110110 110000

Color Harmonies of #BB5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5338

Black with #BB5338

Text Example


Text Example

White with #BB5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5338; }

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

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

background-color css

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

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

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

border-color css

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

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

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