Html Css Color HEX #BC6813 Chocolate

📋 copy color: '#BC6813'

red 188 ◦ green 104 ◦ blue 19

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

Shades of Chocolate #BC6813

Tints of Chocolate #BC6813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 60.45%
G = 33.44%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6813 (or 0xBC6813) is known color: Chocolate. HEX triplet: BC, 68 and 13. RGB value is (188,104,19). Sum of RGB (Red+Green+Blue) = 188+104+19=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6813 is #4397EC. Grayscale: #777777. Windows color (decimal): -4429805 or 1271996. OLE color: 1271996.

HSL color Cylindrical-coordinate representation of color #BC6813: hue angle of 30.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6813 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 19 -
CMYK 0 0.45 0.90 0.26
HSL 30.18º 0.82% 0.41% -
HSV(B) 30.18º 0.9% 0.74% -
XYZ 25.81 20.64 3.24 -
YUV 119.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 188 104 19 0 0.45 0.90 0.26 30.18 0.82 0.41
Hex BC 68 13 0 2D 5A 1A 1E 52 29
Octal 274 150 23 0 55 132 32 36 122 51
Binary 10111100 1101000 10011 0 101101 1011010 11010 11110 1010010 101001

Color Harmonies of #BC6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6813

Black with #BC6813

Text Example


Text Example

White with #BC6813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6813; }

 p { color: rgb(188,104,19); }

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

background-color css

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

 a { background-color: rgb(188,104,19); }

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

border-color css

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

 span { border-color: rgb(188,104,19); }

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