Html Css Color HEX #BC4833 Grenadier

📋 copy color: '#BC4833'

red 188 ◦ green 72 ◦ blue 51

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

Shades of Grenadier #BC4833

Tints of Grenadier #BC4833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 60.45%
G = 23.15%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4833 (or 0xBC4833) is known color: Grenadier. HEX triplet: BC, 48 and 33. RGB value is (188,72,51). Sum of RGB (Red+Green+Blue) = 188+72+51=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4833 is #43B7CC. Grayscale: #686868. Windows color (decimal): -4437965 or 3360956. OLE color: 3360956.

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

Color convert

RGB 188 72 51 -
CMYK 0 0.62 0.73 0.26
HSL 9.2º 0.57% 0.47% -
HSV(B) 9.2º 0.73% 0.74% -
XYZ 23.65 15.57 4.89 -
YUV 104.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 188 72 51 0 0.62 0.73 0.26 9.2 0.57 0.47
Hex BC 48 33 0 3E 49 1A 9 39 2F
Octal 274 110 63 0 76 111 32 11 71 57
Binary 10111100 1001000 110011 0 111110 1001001 11010 1001 111001 101111

Color Harmonies of #BC4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4833

Black with #BC4833

Text Example


Text Example

White with #BC4833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4833; }

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

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

background-color css

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

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

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

border-color css

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

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

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