Html Css Color HEX #BCAC6D Gimblet

📋 copy color: '#BCAC6D'

red 188 ◦ green 172 ◦ blue 109

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

Shades of Gimblet #BCAC6D

Tints of Gimblet #BCAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 40.09%
G = 36.67%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCAC6D (or 0xBCAC6D) is known color: Gimblet. HEX triplet: BC, AC and 6D. RGB value is (188,172,109). Sum of RGB (Red+Green+Blue) = 188+172+109=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC6D is #435392. Grayscale: #A9A9A9. Windows color (decimal): -4412307 or 7187644. OLE color: 7187644.

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

Color convert

RGB 188 172 109 -
CMYK 0 0.09 0.42 0.26
HSL 47.85º 0.37% 0.58% -
HSV(B) 47.85º 0.42% 0.74% -
XYZ 38.25 41.3 20.42 -
YUV 169.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 188 172 109 0 0.09 0.42 0.26 47.85 0.37 0.58
Hex BC AC 6D 0 9 2A 1A 30 25 3A
Octal 274 254 155 0 11 52 32 60 45 72
Binary 10111100 10101100 1101101 0 1001 101010 11010 110000 100101 111010

Color Harmonies of #BCAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC6D

Black with #BCAC6D

Text Example


Text Example

White with #BCAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC6D; }

 p { color: rgb(188,172,109); }

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

background-color css

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

 a { background-color: rgb(188,172,109); }

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

border-color css

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

 span { border-color: rgb(188,172,109); }

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