Html Css Color HEX #BCAA6E Gimblet

📋 copy color: '#BCAA6E'

red 188 ◦ green 170 ◦ blue 110

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

Shades of Gimblet #BCAA6E

Tints of Gimblet #BCAA6E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 40.17%
G = 36.32%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCAA6E (or 0xBCAA6E) is known color: Gimblet. HEX triplet: BC, AA and 6E. RGB value is (188,170,110). Sum of RGB (Red+Green+Blue) = 188+170+110=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA6E is #435591. Grayscale: #A8A8A8. Windows color (decimal): -4412818 or 7252668. OLE color: 7252668.

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

Color convert

RGB 188 170 110 -
CMYK 0 0.10 0.41 0.26
HSL 46.15º 0.37% 0.58% -
HSV(B) 46.15º 0.41% 0.74% -
XYZ 37.93 40.57 20.58 -
YUV 168.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 188 170 110 0 0.10 0.41 0.26 46.15 0.37 0.58
Hex BC AA 6E 0 A 29 1A 2E 25 3A
Octal 274 252 156 0 12 51 32 56 45 72
Binary 10111100 10101010 1101110 0 1010 101001 11010 101110 100101 111010

Color Harmonies of #BCAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA6E

Black with #BCAA6E

Text Example


Text Example

White with #BCAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA6E; }

 p { color: rgb(188,170,110); }

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

background-color css

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

 a { background-color: rgb(188,170,110); }

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

border-color css

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

 span { border-color: rgb(188,170,110); }

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