Html Css Color HEX #BCAE6C Gimblet

📋 copy color: '#BCAE6C'

red 188 ◦ green 174 ◦ blue 108

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

Shades of Gimblet #BCAE6C

Tints of Gimblet #BCAE6C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

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

R = 40%
G = 37.02%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCAE6C (or 0xBCAE6C) is known color: Gimblet. HEX triplet: BC, AE and 6C. RGB value is (188,174,108). Sum of RGB (Red+Green+Blue) = 188+174+108=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE6C is #435193. Grayscale: #AAAAAA. Windows color (decimal): -4411796 or 7122620. OLE color: 7122620.

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

Color convert

RGB 188 174 108 -
CMYK 0 0.07 0.43 0.26
HSL 49.5º 0.37% 0.58% -
HSV(B) 49.5º 0.43% 0.74% -
XYZ 38.58 42.05 20.27 -
YUV 170.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 188 174 108 0 0.07 0.43 0.26 49.5 0.37 0.58
Hex BC AE 6C 0 7 2B 1A 32 25 3A
Octal 274 256 154 0 7 53 32 62 45 72
Binary 10111100 10101110 1101100 0 111 101011 11010 110010 100101 111010

Color Harmonies of #BCAE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE6C

Black with #BCAE6C

Text Example


Text Example

White with #BCAE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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