Html Css Color HEX #BC6316 Chocolate

📋 copy color: '#BC6316'

red 188 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #BC6316

Tints of Chocolate #BC6316

RGB

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

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

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

R = 60.84%
G = 32.04%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6316 (or 0xBC6316) is known color: Chocolate. HEX triplet: BC, 63 and 16. RGB value is (188,99,22). Sum of RGB (Red+Green+Blue) = 188+99+22=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6316 is #439CE9. Grayscale: #757575. Windows color (decimal): -4431082 or 1467324. OLE color: 1467324.

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

Color convert

RGB 188 99 22 -
CMYK 0 0.47 0.88 0.26
HSL 27.83º 0.79% 0.41% -
HSV(B) 27.83º 0.88% 0.74% -
XYZ 25.35 19.67 3.22 -
YUV 116.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 188 99 22 0 0.47 0.88 0.26 27.83 0.79 0.41
Hex BC 63 16 0 2F 58 1A 1C 4F 29
Octal 274 143 26 0 57 130 32 34 117 51
Binary 10111100 1100011 10110 0 101111 1011000 11010 11100 1001111 101001

Color Harmonies of #BC6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6316

Black with #BC6316

Text Example


Text Example

White with #BC6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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