Html Css Color HEX #BCAB5D Gimblet

📋 copy color: '#BCAB5D'

red 188 ◦ green 171 ◦ blue 93

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

Shades of Gimblet #BCAB5D

Tints of Gimblet #BCAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 41.59%
G = 37.83%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCAB5D (or 0xBCAB5D) is known color: Gimblet. HEX triplet: BC, AB and 5D. RGB value is (188,171,93). Sum of RGB (Red+Green+Blue) = 188+171+93=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB5D is #4354A2. Grayscale: #A7A7A7. Windows color (decimal): -4412579 or 6138812. OLE color: 6138812.

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

Color convert

RGB 188 171 93 -
CMYK 0 0.09 0.51 0.26
HSL 49.26º 0.41% 0.55% -
HSV(B) 49.26º 0.51% 0.74% -
XYZ 37.28 40.61 16.23 -
YUV 167.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 188 171 93 0 0.09 0.51 0.26 49.26 0.41 0.55
Hex BC AB 5D 0 9 33 1A 31 29 37
Octal 274 253 135 0 11 63 32 61 51 67
Binary 10111100 10101011 1011101 0 1001 110011 11010 110001 101001 110111

Color Harmonies of #BCAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB5D

Black with #BCAB5D

Text Example


Text Example

White with #BCAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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