Html Css Color HEX #BC6618 Chocolate

📋 copy color: '#BC6618'

red 188 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #BC6618

Tints of Chocolate #BC6618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 59.87%
G = 32.48%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6618 (or 0xBC6618) is known color: Chocolate. HEX triplet: BC, 66 and 18. RGB value is (188,102,24). Sum of RGB (Red+Green+Blue) = 188+102+24=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6618 is #4399E7. Grayscale: #777777. Windows color (decimal): -4430312 or 1599164. OLE color: 1599164.

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

Color convert

RGB 188 102 24 -
CMYK 0 0.46 0.87 0.26
HSL 28.54º 0.77% 0.42% -
HSV(B) 28.54º 0.87% 0.74% -
XYZ 25.66 20.26 3.42 -
YUV 118.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 188 102 24 0 0.46 0.87 0.26 28.54 0.77 0.42
Hex BC 66 18 0 2E 57 1A 1D 4D 2A
Octal 274 146 30 0 56 127 32 35 115 52
Binary 10111100 1100110 11000 0 101110 1010111 11010 11101 1001101 101010

Color Harmonies of #BC6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6618

Black with #BC6618

Text Example


Text Example

White with #BC6618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6618; }

 p { color: rgb(188,102,24); }

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

background-color css

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

 a { background-color: rgb(188,102,24); }

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

border-color css

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

 span { border-color: rgb(188,102,24); }

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