Html Css Color HEX #BCAA6D Gimblet

📋 copy color: '#BCAA6D'

red 188 ◦ green 170 ◦ blue 109

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

Shades of Gimblet #BCAA6D

Tints of Gimblet #BCAA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.4%

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 40.26%
G = 36.4%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCAA6D (or 0xBCAA6D) is known color: Gimblet. HEX triplet: BC, AA and 6D. RGB value is (188,170,109). Sum of RGB (Red+Green+Blue) = 188+170+109=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA6D is #435592. Grayscale: #A8A8A8. Windows color (decimal): -4412819 or 7187132. OLE color: 7187132.

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

Color convert

RGB 188 170 109 -
CMYK 0 0.10 0.42 0.26
HSL 46.33º 0.37% 0.58% -
HSV(B) 46.33º 0.42% 0.74% -
XYZ 37.87 40.54 20.3 -
YUV 168.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 188 170 109 0 0.10 0.42 0.26 46.33 0.37 0.58
Hex BC AA 6D 0 A 2A 1A 2E 25 3A
Octal 274 252 155 0 12 52 32 56 45 72
Binary 10111100 10101010 1101101 0 1010 101010 11010 101110 100101 111010

Color Harmonies of #BCAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA6D

Black with #BCAA6D

Text Example


Text Example

White with #BCAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA6D; }

 p { color: rgb(188,170,109); }

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

background-color css

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

 a { background-color: rgb(188,170,109); }

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

border-color css

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

 span { border-color: rgb(188,170,109); }

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