Html Css Color HEX #BC6C38 Zest

📋 copy color: '#BC6C38'

red 188 ◦ green 108 ◦ blue 56

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

Shades of Zest #BC6C38

Tints of Zest #BC6C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 53.41%
G = 30.68%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC6C38 (or 0xBC6C38) is known color: Zest. HEX triplet: BC, 6C and 38. RGB value is (188,108,56). Sum of RGB (Red+Green+Blue) = 188+108+56=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C38 is #4393C7. Grayscale: #7E7E7E. Windows color (decimal): -4428744 or 3697852. OLE color: 3697852.

HSL color Cylindrical-coordinate representation of color #BC6C38: hue angle of 23.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC6C38 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 56 -
CMYK 0 0.43 0.70 0.26
HSL 23.64º 0.54% 0.48% -
HSV(B) 23.64º 0.7% 0.74% -
XYZ 26.82 21.7 6.52 -
YUV 125.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 188 108 56 0 0.43 0.70 0.26 23.64 0.54 0.48
Hex BC 6C 38 0 2B 46 1A 18 36 30
Octal 274 154 70 0 53 106 32 30 66 60
Binary 10111100 1101100 111000 0 101011 1000110 11010 11000 110110 110000

Color Harmonies of #BC6C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C38

Black with #BC6C38

Text Example


Text Example

White with #BC6C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C38; }

 p { color: rgb(188,108,56); }

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

background-color css

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

 a { background-color: rgb(188,108,56); }

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

border-color css

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

 span { border-color: rgb(188,108,56); }

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