Html Css Color HEX #BCAB6C Gimblet

📋 copy color: '#BCAB6C'

red 188 ◦ green 171 ◦ blue 108

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

Shades of Gimblet #BCAB6C

Tints of Gimblet #BCAB6C

RGB

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

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

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

R = 40.26%
G = 36.62%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCAB6C (or 0xBCAB6C) is known color: Gimblet. HEX triplet: BC, AB and 6C. RGB value is (188,171,108). Sum of RGB (Red+Green+Blue) = 188+171+108=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6C is #435493. Grayscale: #A9A9A9. Windows color (decimal): -4412564 or 7121852. OLE color: 7121852.

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

Color convert

RGB 188 171 108 -
CMYK 0 0.09 0.43 0.26
HSL 47.25º 0.37% 0.58% -
HSV(B) 47.25º 0.43% 0.74% -
XYZ 38.01 40.9 20.08 -
YUV 168.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 188 171 108 0 0.09 0.43 0.26 47.25 0.37 0.58
Hex BC AB 6C 0 9 2B 1A 2F 25 3A
Octal 274 253 154 0 11 53 32 57 45 72
Binary 10111100 10101011 1101100 0 1001 101011 11010 101111 100101 111010

Color Harmonies of #BCAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB6C

Black with #BCAB6C

Text Example


Text Example

White with #BCAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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