Html Css Color HEX #BC6016 Chocolate

📋 copy color: '#BC6016'

red 188 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #BC6016

Tints of Chocolate #BC6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 22 (8.98% from 255) = 7.19%

R = 61.44%
G = 31.37%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6016 (or 0xBC6016) is known color: Chocolate. HEX triplet: BC, 60 and 16. RGB value is (188,96,22). Sum of RGB (Red+Green+Blue) = 188+96+22=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6016 is #439FE9. Grayscale: #737373. Windows color (decimal): -4431850 or 1466556. OLE color: 1466556.

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

Color convert

RGB 188 96 22 -
CMYK 0 0.49 0.88 0.26
HSL 26.75º 0.79% 0.41% -
HSV(B) 26.75º 0.88% 0.74% -
XYZ 25.07 19.12 3.13 -
YUV 115.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 188 96 22 0 0.49 0.88 0.26 26.75 0.79 0.41
Hex BC 60 16 0 31 58 1A 1B 4F 29
Octal 274 140 26 0 61 130 32 33 117 51
Binary 10111100 1100000 10110 0 110001 1011000 11010 11011 1001111 101001

Color Harmonies of #BC6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6016

Black with #BC6016

Text Example


Text Example

White with #BC6016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6016; }

 p { color: rgb(188,96,22); }

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

background-color css

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

 a { background-color: rgb(188,96,22); }

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

border-color css

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

 span { border-color: rgb(188,96,22); }

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