Html Css Color HEX #BCAC60 Gimblet

📋 copy color: '#BCAC60'

red 188 ◦ green 172 ◦ blue 96

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

Shades of Gimblet #BCAC60

Tints of Gimblet #BCAC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 41.23%
G = 37.72%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCAC60 (or 0xBCAC60) is known color: Gimblet. HEX triplet: BC, AC and 60. RGB value is (188,172,96). Sum of RGB (Red+Green+Blue) = 188+172+96=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC60 is #43539F. Grayscale: #A8A8A8. Windows color (decimal): -4412320 or 6335676. OLE color: 6335676.

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

Color convert

RGB 188 172 96 -
CMYK 0 0.09 0.49 0.26
HSL 49.57º 0.41% 0.56% -
HSV(B) 49.57º 0.49% 0.74% -
XYZ 37.6 41.04 17.01 -
YUV 168.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 188 172 96 0 0.09 0.49 0.26 49.57 0.41 0.56
Hex BC AC 60 0 9 31 1A 32 29 38
Octal 274 254 140 0 11 61 32 62 51 70
Binary 10111100 10101100 1100000 0 1001 110001 11010 110010 101001 111000

Color Harmonies of #BCAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC60

Black with #BCAC60

Text Example


Text Example

White with #BCAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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