Html Css Color HEX #BC6A0D Chocolate

📋 copy color: '#BC6A0D'

red 188 ◦ green 106 ◦ blue 13

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

Shades of Chocolate #BC6A0D

Tints of Chocolate #BC6A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 61.24%
G = 34.53%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC6A0D (or 0xBC6A0D) is known color: Chocolate. HEX triplet: BC, 6A and 0D. RGB value is (188,106,13). Sum of RGB (Red+Green+Blue) = 188+106+13=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A0D is #4395F2. Grayscale: #787878. Windows color (decimal): -4429299 or 879292. OLE color: 879292.

HSL color Cylindrical-coordinate representation of color #BC6A0D: hue angle of 31.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC6A0D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 13 -
CMYK 0 0.44 0.93 0.26
HSL 31.89º 0.87% 0.39% -
HSV(B) 31.89º 0.93% 0.74% -
XYZ 25.97 21.03 3.07 -
YUV 119.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 188 106 13 0 0.44 0.93 0.26 31.89 0.87 0.39
Hex BC 6A D 0 2C 5D 1A 20 57 27
Octal 274 152 15 0 54 135 32 40 127 47
Binary 10111100 1101010 1101 0 101100 1011101 11010 100000 1010111 100111

Color Harmonies of #BC6A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A0D

Black with #BC6A0D

Text Example


Text Example

White with #BC6A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A0D; }

 p { color: rgb(188,106,13); }

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

background-color css

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

 a { background-color: rgb(188,106,13); }

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

border-color css

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

 span { border-color: rgb(188,106,13); }

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