Html Css Color HEX #BC6915 Chocolate

📋 copy color: '#BC6915'

red 188 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #BC6915

Tints of Chocolate #BC6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 59.87%
G = 33.44%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6915 (or 0xBC6915) is known color: Chocolate. HEX triplet: BC, 69 and 15. RGB value is (188,105,21). Sum of RGB (Red+Green+Blue) = 188+105+21=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6915 is #4396EA. Grayscale: #787878. Windows color (decimal): -4429547 or 1403324. OLE color: 1403324.

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

Color convert

RGB 188 105 21 -
CMYK 0 0.44 0.89 0.26
HSL 30.18º 0.8% 0.41% -
HSV(B) 30.18º 0.89% 0.74% -
XYZ 25.93 20.85 3.37 -
YUV 120.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 188 105 21 0 0.44 0.89 0.26 30.18 0.8 0.41
Hex BC 69 15 0 2C 59 1A 1E 50 29
Octal 274 151 25 0 54 131 32 36 120 51
Binary 10111100 1101001 10101 0 101100 1011001 11010 11110 1010000 101001

Color Harmonies of #BC6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6915

Black with #BC6915

Text Example


Text Example

White with #BC6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6915; }

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

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

background-color css

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

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

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

border-color css

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

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

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