Html Css Color HEX #BCA86E Gimblet

📋 copy color: '#BCA86E'

red 188 ◦ green 168 ◦ blue 110

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

Shades of Gimblet #BCA86E

Tints of Gimblet #BCA86E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 40.34%
G = 36.05%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCA86E (or 0xBCA86E) is known color: Gimblet. HEX triplet: BC, A8 and 6E. RGB value is (188,168,110). Sum of RGB (Red+Green+Blue) = 188+168+110=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86E is #435791. Grayscale: #A7A7A7. Windows color (decimal): -4413330 or 7252156. OLE color: 7252156.

HSL color Cylindrical-coordinate representation of color #BCA86E: hue angle of 44.62º 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 #BCA86E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 110 -
CMYK 0 0.11 0.41 0.26
HSL 44.62º 0.37% 0.58% -
HSV(B) 44.62º 0.41% 0.74% -
XYZ 37.56 39.82 20.46 -
YUV 167.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 188 168 110 0 0.11 0.41 0.26 44.62 0.37 0.58
Hex BC A8 6E 0 B 29 1A 2D 25 3A
Octal 274 250 156 0 13 51 32 55 45 72
Binary 10111100 10101000 1101110 0 1011 101001 11010 101101 100101 111010

Color Harmonies of #BCA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA86E

Black with #BCA86E

Text Example


Text Example

White with #BCA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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