Html Css Color HEX #BCAC64 Gimblet

📋 copy color: '#BCAC64'

red 188 ◦ green 172 ◦ blue 100

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

Shades of Gimblet #BCAC64

Tints of Gimblet #BCAC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 40.87%
G = 37.39%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAC64 (or 0xBCAC64) is known color: Gimblet. HEX triplet: BC, AC and 64. RGB value is (188,172,100). Sum of RGB (Red+Green+Blue) = 188+172+100=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC64 is #43539B. Grayscale: #A8A8A8. Windows color (decimal): -4412316 or 6597820. OLE color: 6597820.

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

Color convert

RGB 188 172 100 -
CMYK 0 0.09 0.47 0.26
HSL 49.09º 0.4% 0.56% -
HSV(B) 49.09º 0.47% 0.74% -
XYZ 37.79 41.12 18 -
YUV 168.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 188 172 100 0 0.09 0.47 0.26 49.09 0.4 0.56
Hex BC AC 64 0 9 2F 1A 31 28 38
Octal 274 254 144 0 11 57 32 61 50 70
Binary 10111100 10101100 1100100 0 1001 101111 11010 110001 101000 111000

Color Harmonies of #BCAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC64

Black with #BCAC64

Text Example


Text Example

White with #BCAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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