Html Css Color HEX #BCAB6F Gimblet

📋 copy color: '#BCAB6F'

red 188 ◦ green 171 ◦ blue 111

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

Shades of Gimblet #BCAB6F

Tints of Gimblet #BCAB6F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

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

R = 40%
G = 36.38%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCAB6F (or 0xBCAB6F) is known color: Gimblet. HEX triplet: BC, AB and 6F. RGB value is (188,171,111). Sum of RGB (Red+Green+Blue) = 188+171+111=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6F is #435490. Grayscale: #A9A9A9. Windows color (decimal): -4412561 or 7318460. OLE color: 7318460.

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

Color convert

RGB 188 171 111 -
CMYK 0 0.09 0.41 0.26
HSL 46.75º 0.36% 0.59% -
HSV(B) 46.75º 0.41% 0.74% -
XYZ 38.17 40.96 20.93 -
YUV 169.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 188 171 111 0 0.09 0.41 0.26 46.75 0.36 0.59
Hex BC AB 6F 0 9 29 1A 2F 24 3B
Octal 274 253 157 0 11 51 32 57 44 73
Binary 10111100 10101011 1101111 0 1001 101001 11010 101111 100100 111011

Color Harmonies of #BCAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB6F

Black with #BCAB6F

Text Example


Text Example

White with #BCAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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