Html Css Color HEX #BC5D15 Chocolate

📋 copy color: '#BC5D15'

red 188 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #BC5D15

Tints of Chocolate #BC5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 62.25%
G = 30.79%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5D15 (or 0xBC5D15) is known color: Chocolate. HEX triplet: BC, 5D and 15. RGB value is (188,93,21). Sum of RGB (Red+Green+Blue) = 188+93+21=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D15 is #43A2EA. Grayscale: #717171. Windows color (decimal): -4432619 or 1400252. OLE color: 1400252.

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

Color convert

RGB 188 93 21 -
CMYK 0 0.51 0.89 0.26
HSL 25.87º 0.8% 0.41% -
HSV(B) 25.87º 0.89% 0.74% -
XYZ 24.79 18.57 2.99 -
YUV 113.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 188 93 21 0 0.51 0.89 0.26 25.87 0.8 0.41
Hex BC 5D 15 0 33 59 1A 1A 50 29
Octal 274 135 25 0 63 131 32 32 120 51
Binary 10111100 1011101 10101 0 110011 1011001 11010 11010 1010000 101001

Color Harmonies of #BC5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D15

Black with #BC5D15

Text Example


Text Example

White with #BC5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D15; }

 p { color: rgb(188,93,21); }

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

background-color css

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

 a { background-color: rgb(188,93,21); }

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

border-color css

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

 span { border-color: rgb(188,93,21); }

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