Html Css Color HEX #BB4D36 Grenadier

📋 copy color: '#BB4D36'

red 187 ◦ green 77 ◦ blue 54

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

Shades of Grenadier #BB4D36

Tints of Grenadier #BB4D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 58.81%
G = 24.21%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB4D36 (or 0xBB4D36) is known color: Grenadier. HEX triplet: BB, 4D and 36. RGB value is (187,77,54). Sum of RGB (Red+Green+Blue) = 187+77+54=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D36 is #44B2C9. Grayscale: #6B6B6B. Windows color (decimal): -4502218 or 3558843. OLE color: 3558843.

HSL color Cylindrical-coordinate representation of color #BB4D36: hue angle of 10.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB4D36 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 54 -
CMYK 0 0.59 0.71 0.27
HSL 10.38º 0.55% 0.47% -
HSV(B) 10.38º 0.71% 0.73% -
XYZ 23.81 16.14 5.35 -
YUV 107.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 187 77 54 0 0.59 0.71 0.27 10.38 0.55 0.47
Hex BB 4D 36 0 3B 47 1B A 37 2F
Octal 273 115 66 0 73 107 33 12 67 57
Binary 10111011 1001101 110110 0 111011 1000111 11011 1010 110111 101111

Color Harmonies of #BB4D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D36

Black with #BB4D36

Text Example


Text Example

White with #BB4D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D36; }

 p { color: rgb(187,77,54); }

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

background-color css

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

 a { background-color: rgb(187,77,54); }

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

border-color css

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

 span { border-color: rgb(187,77,54); }

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