Html Css Color HEX #BCA96E Gimblet

📋 copy color: '#BCA96E'

red 188 ◦ green 169 ◦ blue 110

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

Shades of Gimblet #BCA96E

Tints of Gimblet #BCA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 40.26%
G = 36.19%
B = 23.55%

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

#BCA96E (or 0xBCA96E) is known color: Gimblet. HEX triplet: BC, A9 and 6E. RGB value is (188,169,110). Sum of RGB (Red+Green+Blue) = 188+169+110=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA96E is #435691. Grayscale: #A8A8A8. Windows color (decimal): -4413074 or 7252412. OLE color: 7252412.

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

Color convert

RGB 188 169 110 -
CMYK 0 0.10 0.41 0.26
HSL 45.38º 0.37% 0.58% -
HSV(B) 45.38º 0.41% 0.74% -
XYZ 37.74 40.19 20.52 -
YUV 167.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 188 169 110 0 0.10 0.41 0.26 45.38 0.37 0.58
Hex BC A9 6E 0 A 29 1A 2D 25 3A
Octal 274 251 156 0 12 51 32 55 45 72
Binary 10111100 10101001 1101110 0 1010 101001 11010 101101 100101 111010

Color Harmonies of #BCA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA96E

Black with #BCA96E

Text Example


Text Example

White with #BCA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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