Html Css Color HEX #BC6F3D Zest

📋 copy color: '#BC6F3D'

red 188 ◦ green 111 ◦ blue 61

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

Shades of Zest #BC6F3D

Tints of Zest #BC6F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 52.22%
G = 30.83%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC6F3D (or 0xBC6F3D) is known color: Zest. HEX triplet: BC, 6F and 3D. RGB value is (188,111,61). Sum of RGB (Red+Green+Blue) = 188+111+61=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F3D is #4390C2. Grayscale: #808080. Windows color (decimal): -4427971 or 4026300. OLE color: 4026300.

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

Color convert

RGB 188 111 61 -
CMYK 0 0.41 0.68 0.26
HSL 23.62º 0.51% 0.49% -
HSV(B) 23.62º 0.68% 0.74% -
XYZ 27.27 22.4 7.3 -
YUV 128.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 188 111 61 0 0.41 0.68 0.26 23.62 0.51 0.49
Hex BC 6F 3D 0 29 44 1A 18 33 31
Octal 274 157 75 0 51 104 32 30 63 61
Binary 10111100 1101111 111101 0 101001 1000100 11010 11000 110011 110001

Color Harmonies of #BC6F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F3D

Black with #BC6F3D

Text Example


Text Example

White with #BC6F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F3D; }

 p { color: rgb(188,111,61); }

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

background-color css

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

 a { background-color: rgb(188,111,61); }

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

border-color css

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

 span { border-color: rgb(188,111,61); }

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