Html Css Color HEX #BC4834 Grenadier

📋 copy color: '#BC4834'

red 188 ◦ green 72 ◦ blue 52

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

Shades of Grenadier #BC4834

Tints of Grenadier #BC4834

RGB

 RED value IS 188 (73.83% from 255) = 60.26%

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 60.26%
G = 23.08%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4834 (or 0xBC4834) is known color: Grenadier. HEX triplet: BC, 48 and 34. RGB value is (188,72,52). Sum of RGB (Red+Green+Blue) = 188+72+52=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4834 is #43B7CB. Grayscale: #686868. Windows color (decimal): -4437964 or 3426492. OLE color: 3426492.

HSL color Cylindrical-coordinate representation of color #BC4834: hue angle of 8.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC4834 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 52 -
CMYK 0 0.62 0.72 0.26
HSL 8.82º 0.57% 0.47% -
HSV(B) 8.82º 0.72% 0.74% -
XYZ 23.68 15.57 5.01 -
YUV 104.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 188 72 52 0 0.62 0.72 0.26 8.82 0.57 0.47
Hex BC 48 34 0 3E 48 1A 9 39 2F
Octal 274 110 64 0 76 110 32 11 71 57
Binary 10111100 1001000 110100 0 111110 1001000 11010 1001 111001 101111

Color Harmonies of #BC4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4834

Black with #BC4834

Text Example


Text Example

White with #BC4834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4834; }

 p { color: rgb(188,72,52); }

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

background-color css

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

 a { background-color: rgb(188,72,52); }

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

border-color css

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

 span { border-color: rgb(188,72,52); }

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