Html Css Color HEX #BB4930 Grenadier

📋 copy color: '#BB4930'

red 187 ◦ green 73 ◦ blue 48

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

Shades of Grenadier #BB4930

Tints of Grenadier #BB4930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 60.71%
G = 23.7%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4930 (or 0xBB4930) is known color: Grenadier. HEX triplet: BB, 49 and 30. RGB value is (187,73,48). Sum of RGB (Red+Green+Blue) = 187+73+48=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4930 is #44B6CF. Grayscale: #686868. Windows color (decimal): -4503248 or 3164603. OLE color: 3164603.

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

Color convert

RGB 187 73 48 -
CMYK 0 0.61 0.74 0.27
HSL 10.79º 0.59% 0.46% -
HSV(B) 10.79º 0.74% 0.73% -
XYZ 23.41 15.54 4.56 -
YUV 104.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 187 73 48 0 0.61 0.74 0.27 10.79 0.59 0.46
Hex BB 49 30 0 3D 4A 1B B 3B 2E
Octal 273 111 60 0 75 112 33 13 73 56
Binary 10111011 1001001 110000 0 111101 1001010 11011 1011 111011 101110

Color Harmonies of #BB4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4930

Black with #BB4930

Text Example


Text Example

White with #BB4930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4930; }

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

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

background-color css

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

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

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

border-color css

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

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

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