Html Css Color HEX #BB4A32 Grenadier

📋 copy color: '#BB4A32'

red 187 ◦ green 74 ◦ blue 50

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

Shades of Grenadier #BB4A32

Tints of Grenadier #BB4A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 60.13%
G = 23.79%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB4A32 (or 0xBB4A32) is known color: Grenadier. HEX triplet: BB, 4A and 32. RGB value is (187,74,50). Sum of RGB (Red+Green+Blue) = 187+74+50=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A32 is #44B5CD. Grayscale: #696969. Windows color (decimal): -4502990 or 3295931. OLE color: 3295931.

HSL color Cylindrical-coordinate representation of color #BB4A32: hue angle of 10.51º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB4A32 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 50 -
CMYK 0 0.60 0.73 0.27
HSL 10.51º 0.58% 0.46% -
HSV(B) 10.51º 0.73% 0.73% -
XYZ 23.52 15.69 4.81 -
YUV 105.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 187 74 50 0 0.60 0.73 0.27 10.51 0.58 0.46
Hex BB 4A 32 0 3C 49 1B B 3A 2E
Octal 273 112 62 0 74 111 33 13 72 56
Binary 10111011 1001010 110010 0 111100 1001001 11011 1011 111010 101110

Color Harmonies of #BB4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A32

Black with #BB4A32

Text Example


Text Example

White with #BB4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A32; }

 p { color: rgb(187,74,50); }

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

background-color css

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

 a { background-color: rgb(187,74,50); }

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

border-color css

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

 span { border-color: rgb(187,74,50); }

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