Html Css Color HEX #BB4F34 Grenadier

📋 copy color: '#BB4F34'

red 187 ◦ green 79 ◦ blue 52

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

Shades of Grenadier #BB4F34

Tints of Grenadier #BB4F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 58.81%
G = 24.84%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB4F34 (or 0xBB4F34) is known color: Grenadier. HEX triplet: BB, 4F and 34. RGB value is (187,79,52). Sum of RGB (Red+Green+Blue) = 187+79+52=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F34 is #44B0CB. Grayscale: #6C6C6C. Windows color (decimal): -4501708 or 3428283. OLE color: 3428283.

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

Color convert

RGB 187 79 52 -
CMYK 0 0.58 0.72 0.27
HSL 12º 0.56% 0.47% -
HSV(B) 12º 0.72% 0.73% -
XYZ 23.91 16.4 5.16 -
YUV 108.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 187 79 52 0 0.58 0.72 0.27 12 0.56 0.47
Hex BB 4F 34 0 3A 48 1B C 38 2F
Octal 273 117 64 0 72 110 33 14 70 57
Binary 10111011 1001111 110100 0 111010 1001000 11011 1100 111000 101111

Color Harmonies of #BB4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F34

Black with #BB4F34

Text Example


Text Example

White with #BB4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F34; }

 p { color: rgb(187,79,52); }

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

background-color css

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

 a { background-color: rgb(187,79,52); }

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

border-color css

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

 span { border-color: rgb(187,79,52); }

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