Html Css Color HEX #BB4933 Grenadier

📋 copy color: '#BB4933'

red 187 ◦ green 73 ◦ blue 51

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

Shades of Grenadier #BB4933

Tints of Grenadier #BB4933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 60.13%
G = 23.47%
B = 16.4%

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

#BB4933 (or 0xBB4933) is known color: Grenadier. HEX triplet: BB, 49 and 33. RGB value is (187,73,51). Sum of RGB (Red+Green+Blue) = 187+73+51=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4933 is #44B6CC. Grayscale: #686868. Windows color (decimal): -4503245 or 3361211. OLE color: 3361211.

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

Color convert

RGB 187 73 51 -
CMYK 0 0.61 0.73 0.27
HSL 9.71º 0.57% 0.47% -
HSV(B) 9.71º 0.73% 0.73% -
XYZ 23.47 15.57 4.9 -
YUV 104.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 187 73 51 0 0.61 0.73 0.27 9.71 0.57 0.47
Hex BB 49 33 0 3D 49 1B A 39 2F
Octal 273 111 63 0 75 111 33 12 71 57
Binary 10111011 1001001 110011 0 111101 1001001 11011 1010 111001 101111

Color Harmonies of #BB4933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4933

Black with #BB4933

Text Example


Text Example

White with #BB4933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4933; }

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

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

background-color css

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

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

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

border-color css

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

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

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