Html Css Color HEX #BC6317 Chocolate

📋 copy color: '#BC6317'

red 188 ◦ green 99 ◦ blue 23

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

Shades of Chocolate #BC6317

Tints of Chocolate #BC6317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 60.65%
G = 31.94%
B = 7.42%

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

#BC6317 (or 0xBC6317) is known color: Chocolate. HEX triplet: BC, 63 and 17. RGB value is (188,99,23). Sum of RGB (Red+Green+Blue) = 188+99+23=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6317 is #439CE8. Grayscale: #757575. Windows color (decimal): -4431081 or 1532860. OLE color: 1532860.

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

Color convert

RGB 188 99 23 -
CMYK 0 0.47 0.88 0.26
HSL 27.64º 0.78% 0.41% -
HSV(B) 27.64º 0.88% 0.74% -
XYZ 25.36 19.68 3.27 -
YUV 116.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 188 99 23 0 0.47 0.88 0.26 27.64 0.78 0.41
Hex BC 63 17 0 2F 58 1A 1C 4E 29
Octal 274 143 27 0 57 130 32 34 116 51
Binary 10111100 1100011 10111 0 101111 1011000 11010 11100 1001110 101001

Color Harmonies of #BC6317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6317

Black with #BC6317

Text Example


Text Example

White with #BC6317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6317; }

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

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

background-color css

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

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

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

border-color css

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

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

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