Html Css Color HEX #BC6315 Chocolate

📋 copy color: '#BC6315'

red 188 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #BC6315

Tints of Chocolate #BC6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 61.04%
G = 32.14%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6315 (or 0xBC6315) is known color: Chocolate. HEX triplet: BC, 63 and 15. RGB value is (188,99,21). Sum of RGB (Red+Green+Blue) = 188+99+21=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6315 is #439CEA. Grayscale: #757575. Windows color (decimal): -4431083 or 1401788. OLE color: 1401788.

HSL color Cylindrical-coordinate representation of color #BC6315: hue angle of 28.02º 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 #BC6315 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 21 -
CMYK 0 0.47 0.89 0.26
HSL 28.02º 0.8% 0.41% -
HSV(B) 28.02º 0.89% 0.74% -
XYZ 25.34 19.67 3.17 -
YUV 116.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 188 99 21 0 0.47 0.89 0.26 28.02 0.8 0.41
Hex BC 63 15 0 2F 59 1A 1C 50 29
Octal 274 143 25 0 57 131 32 34 120 51
Binary 10111100 1100011 10101 0 101111 1011001 11010 11100 1010000 101001

Color Harmonies of #BC6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6315

Black with #BC6315

Text Example


Text Example

White with #BC6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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