Html Css Color HEX #BB4932 Grenadier

📋 copy color: '#BB4932'

red 187 ◦ green 73 ◦ blue 50

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

Shades of Grenadier #BB4932

Tints of Grenadier #BB4932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

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

R = 60.32%
G = 23.55%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB4932 (or 0xBB4932) is known color: Grenadier. HEX triplet: BB, 49 and 32. RGB value is (187,73,50). Sum of RGB (Red+Green+Blue) = 187+73+50=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4932 is #44B6CD. Grayscale: #686868. Windows color (decimal): -4503246 or 3295675. OLE color: 3295675.

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

Color convert

RGB 187 73 50 -
CMYK 0 0.61 0.73 0.27
HSL 10.07º 0.58% 0.46% -
HSV(B) 10.07º 0.73% 0.73% -
XYZ 23.45 15.56 4.78 -
YUV 104.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 187 73 50 0 0.61 0.73 0.27 10.07 0.58 0.46
Hex BB 49 32 0 3D 49 1B A 3A 2E
Octal 273 111 62 0 75 111 33 12 72 56
Binary 10111011 1001001 110010 0 111101 1001001 11011 1010 111010 101110

Color Harmonies of #BB4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4932

Black with #BB4932

Text Example


Text Example

White with #BB4932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4932; }

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

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

background-color css

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

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

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

border-color css

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

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

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