Html Css Color HEX #BC504A Chestnut

📋 copy color: '#BC504A'

red 188 ◦ green 80 ◦ blue 74

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

Shades of Chestnut #BC504A

Tints of Chestnut #BC504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 54.97%
G = 23.39%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC504A (or 0xBC504A) is known color: Chestnut. HEX triplet: BC, 50 and 4A. RGB value is (188,80,74). Sum of RGB (Red+Green+Blue) = 188+80+74=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC504A is #43AFB5. Grayscale: #6F6F6F. Windows color (decimal): -4435894 or 4870332. OLE color: 4870332.

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

Color convert

RGB 188 80 74 -
CMYK 0 0.57 0.61 0.26
HSL 3.16º 0.46% 0.51% -
HSV(B) 3.16º 0.61% 0.74% -
XYZ 24.84 16.92 8.44 -
YUV 111.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 188 80 74 0 0.57 0.61 0.26 3.16 0.46 0.51
Hex BC 50 4A 0 39 3D 1A 3 2E 33
Octal 274 120 112 0 71 75 32 3 56 63
Binary 10111100 1010000 1001010 0 111001 111101 11010 11 101110 110011

Color Harmonies of #BC504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC504A

Black with #BC504A

Text Example


Text Example

White with #BC504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC504A; }

 p { color: rgb(188,80,74); }

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

background-color css

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

 a { background-color: rgb(188,80,74); }

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

border-color css

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

 span { border-color: rgb(188,80,74); }

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