Html Css Color HEX #BCAB56 Gimblet

📋 copy color: '#BCAB56'

red 188 ◦ green 171 ◦ blue 86

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

Shades of Gimblet #BCAB56

Tints of Gimblet #BCAB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.33%

R = 42.25%
G = 38.43%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCAB56 (or 0xBCAB56) is known color: Gimblet. HEX triplet: BC, AB and 56. RGB value is (188,171,86). Sum of RGB (Red+Green+Blue) = 188+171+86=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB56 is #4354A9. Grayscale: #A6A6A6. Windows color (decimal): -4412586 or 5680060. OLE color: 5680060.

HSL color Cylindrical-coordinate representation of color #BCAB56: hue angle of 50º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCAB56 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 86 -
CMYK 0 0.09 0.54 0.26
HSL 50º 0.43% 0.54% -
HSV(B) 50º 0.54% 0.74% -
XYZ 36.98 40.49 14.67 -
YUV 166.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 188 171 86 0 0.09 0.54 0.26 50 0.43 0.54
Hex BC AB 56 0 9 36 1A 32 2B 36
Octal 274 253 126 0 11 66 32 62 53 66
Binary 10111100 10101011 1010110 0 1001 110110 11010 110010 101011 110110

Color Harmonies of #BCAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB56

Black with #BCAB56

Text Example


Text Example

White with #BCAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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