Html Css Color HEX #BB4A30 Grenadier

📋 copy color: '#BB4A30'

red 187 ◦ green 74 ◦ blue 48

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

Shades of Grenadier #BB4A30

Tints of Grenadier #BB4A30

RGB

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

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

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

R = 60.52%
G = 23.95%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4A30 (or 0xBB4A30) is known color: Grenadier. HEX triplet: BB, 4A and 30. RGB value is (187,74,48). Sum of RGB (Red+Green+Blue) = 187+74+48=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A30 is #44B5CF. Grayscale: #696969. Windows color (decimal): -4502992 or 3164859. OLE color: 3164859.

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

Color convert

RGB 187 74 48 -
CMYK 0 0.60 0.74 0.27
HSL 11.22º 0.59% 0.46% -
HSV(B) 11.22º 0.74% 0.73% -
XYZ 23.48 15.68 4.58 -
YUV 104.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 187 74 48 0 0.60 0.74 0.27 11.22 0.59 0.46
Hex BB 4A 30 0 3C 4A 1B B 3B 2E
Octal 273 112 60 0 74 112 33 13 73 56
Binary 10111011 1001010 110000 0 111100 1001010 11011 1011 111011 101110

Color Harmonies of #BB4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A30

Black with #BB4A30

Text Example


Text Example

White with #BB4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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