Html Css Color HEX #BCA76E Gimblet

📋 copy color: '#BCA76E'

red 188 ◦ green 167 ◦ blue 110

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

Shades of Gimblet #BCA76E

Tints of Gimblet #BCA76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

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

R = 40.43%
G = 35.91%
B = 23.66%

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

#BCA76E (or 0xBCA76E) is known color: Gimblet. HEX triplet: BC, A7 and 6E. RGB value is (188,167,110). Sum of RGB (Red+Green+Blue) = 188+167+110=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA76E is #435891. Grayscale: #A7A7A7. Windows color (decimal): -4413586 or 7251900. OLE color: 7251900.

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

Color convert

RGB 188 167 110 -
CMYK 0 0.11 0.41 0.26
HSL 43.85º 0.37% 0.58% -
HSV(B) 43.85º 0.41% 0.74% -
XYZ 37.37 39.45 20.4 -
YUV 166.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 188 167 110 0 0.11 0.41 0.26 43.85 0.37 0.58
Hex BC A7 6E 0 B 29 1A 2C 25 3A
Octal 274 247 156 0 13 51 32 54 45 72
Binary 10111100 10100111 1101110 0 1011 101001 11010 101100 100101 111010

Color Harmonies of #BCA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA76E

Black with #BCA76E

Text Example


Text Example

White with #BCA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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