Html Css Color HEX #BB4D3A Grenadier

📋 copy color: '#BB4D3A'

red 187 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #BB4D3A

Tints of Grenadier #BB4D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 58.07%
G = 23.91%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB4D3A (or 0xBB4D3A) is known color: Grenadier. HEX triplet: BB, 4D and 3A. RGB value is (187,77,58). Sum of RGB (Red+Green+Blue) = 187+77+58=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D3A is #44B2C5. Grayscale: #6B6B6B. Windows color (decimal): -4502214 or 3820987. OLE color: 3820987.

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

Color convert

RGB 187 77 58 -
CMYK 0 0.59 0.69 0.27
HSL 8.84º 0.53% 0.48% -
HSV(B) 8.84º 0.69% 0.73% -
XYZ 23.91 16.18 5.87 -
YUV 107.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 187 77 58 0 0.59 0.69 0.27 8.84 0.53 0.48
Hex BB 4D 3A 0 3B 45 1B 9 35 30
Octal 273 115 72 0 73 105 33 11 65 60
Binary 10111011 1001101 111010 0 111011 1000101 11011 1001 110101 110000

Color Harmonies of #BB4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D3A

Black with #BB4D3A

Text Example


Text Example

White with #BB4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D3A; }

 p { color: rgb(187,77,58); }

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

background-color css

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

 a { background-color: rgb(187,77,58); }

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

border-color css

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

 span { border-color: rgb(187,77,58); }

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