Html Css Color HEX #BCA76C Gimblet

📋 copy color: '#BCA76C'

red 188 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #BCA76C

Tints of Gimblet #BCA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 40.6%
G = 36.07%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCA76C (or 0xBCA76C) is known color: Gimblet. HEX triplet: BC, A7 and 6C. RGB value is (188,167,108). Sum of RGB (Red+Green+Blue) = 188+167+108=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA76C is #435893. Grayscale: #A6A6A6. Windows color (decimal): -4413588 or 7120828. OLE color: 7120828.

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

Color convert

RGB 188 167 108 -
CMYK 0 0.11 0.43 0.26
HSL 44.25º 0.37% 0.58% -
HSV(B) 44.25º 0.43% 0.74% -
XYZ 37.26 39.41 19.83 -
YUV 166.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 188 167 108 0 0.11 0.43 0.26 44.25 0.37 0.58
Hex BC A7 6C 0 B 2B 1A 2C 25 3A
Octal 274 247 154 0 13 53 32 54 45 72
Binary 10111100 10100111 1101100 0 1011 101011 11010 101100 100101 111010

Color Harmonies of #BCA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA76C

Black with #BCA76C

Text Example


Text Example

White with #BCA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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