Html Css Color HEX #BCAA6F Gimblet

📋 copy color: '#BCAA6F'

red 188 ◦ green 170 ◦ blue 111

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

Shades of Gimblet #BCAA6F

Tints of Gimblet #BCAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 40.09%
G = 36.25%
B = 23.67%

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

#BCAA6F (or 0xBCAA6F) is known color: Gimblet. HEX triplet: BC, AA and 6F. RGB value is (188,170,111). Sum of RGB (Red+Green+Blue) = 188+170+111=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA6F is #435590. Grayscale: #A8A8A8. Windows color (decimal): -4412817 or 7318204. OLE color: 7318204.

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

Color convert

RGB 188 170 111 -
CMYK 0 0.10 0.41 0.26
HSL 45.97º 0.36% 0.59% -
HSV(B) 45.97º 0.41% 0.74% -
XYZ 37.98 40.59 20.87 -
YUV 168.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 188 170 111 0 0.10 0.41 0.26 45.97 0.36 0.59
Hex BC AA 6F 0 A 29 1A 2E 24 3B
Octal 274 252 157 0 12 51 32 56 44 73
Binary 10111100 10101010 1101111 0 1010 101001 11010 101110 100100 111011

Color Harmonies of #BCAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA6F

Black with #BCAA6F

Text Example


Text Example

White with #BCAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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