Html Css Color HEX #BB4A3C Grenadier

📋 copy color: '#BB4A3C'

red 187 ◦ green 74 ◦ blue 60

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

Shades of Grenadier #BB4A3C

Tints of Grenadier #BB4A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 58.26%
G = 23.05%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB4A3C (or 0xBB4A3C) is known color: Grenadier. HEX triplet: BB, 4A and 3C. RGB value is (187,74,60). Sum of RGB (Red+Green+Blue) = 187+74+60=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A3C is #44B5C3. Grayscale: #6A6A6A. Windows color (decimal): -4502980 or 3951291. OLE color: 3951291.

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

Color convert

RGB 187 74 60 -
CMYK 0 0.60 0.68 0.27
HSL 6.61º 0.51% 0.48% -
HSV(B) 6.61º 0.68% 0.73% -
XYZ 23.76 15.79 6.07 -
YUV 106.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 187 74 60 0 0.60 0.68 0.27 6.61 0.51 0.48
Hex BB 4A 3C 0 3C 44 1B 7 33 30
Octal 273 112 74 0 74 104 33 7 63 60
Binary 10111011 1001010 111100 0 111100 1000100 11011 111 110011 110000

Color Harmonies of #BB4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A3C

Black with #BB4A3C

Text Example


Text Example

White with #BB4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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