Html Css Color HEX #BB4538 Grenadier

📋 copy color: '#BB4538'

red 187 ◦ green 69 ◦ blue 56

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

Shades of Grenadier #BB4538

Tints of Grenadier #BB4538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 59.94%
G = 22.12%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB4538 (or 0xBB4538) is known color: Grenadier. HEX triplet: BB, 45 and 38. RGB value is (187,69,56). Sum of RGB (Red+Green+Blue) = 187+69+56=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4538 is #44BAC7. Grayscale: #666666. Windows color (decimal): -4504264 or 3687867. OLE color: 3687867.

HSL color Cylindrical-coordinate representation of color #BB4538: hue angle of 5.95º 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 #BB4538 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 56 -
CMYK 0 0.63 0.70 0.27
HSL 5.95º 0.54% 0.48% -
HSV(B) 5.95º 0.7% 0.73% -
XYZ 23.34 15.11 5.43 -
YUV 102.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 187 69 56 0 0.63 0.70 0.27 5.95 0.54 0.48
Hex BB 45 38 0 3F 46 1B 6 36 30
Octal 273 105 70 0 77 106 33 6 66 60
Binary 10111011 1000101 111000 0 111111 1000110 11011 110 110110 110000

Color Harmonies of #BB4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4538

Black with #BB4538

Text Example


Text Example

White with #BB4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4538; }

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

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

background-color css

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

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

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

border-color css

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

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

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