Html Css Color HEX #BCAD5D Gimblet

📋 copy color: '#BCAD5D'

red 188 ◦ green 173 ◦ blue 93

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

Shades of Gimblet #BCAD5D

Tints of Gimblet #BCAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

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

R = 41.41%
G = 38.11%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCAD5D (or 0xBCAD5D) is known color: Gimblet. HEX triplet: BC, AD and 5D. RGB value is (188,173,93). Sum of RGB (Red+Green+Blue) = 188+173+93=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5D is #4352A2. Grayscale: #A8A8A8. Windows color (decimal): -4412067 or 6139324. OLE color: 6139324.

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

Color convert

RGB 188 173 93 -
CMYK 0 0.08 0.51 0.26
HSL 50.53º 0.41% 0.55% -
HSV(B) 50.53º 0.51% 0.74% -
XYZ 37.66 41.37 16.36 -
YUV 168.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 188 173 93 0 0.08 0.51 0.26 50.53 0.41 0.55
Hex BC AD 5D 0 8 33 1A 33 29 37
Octal 274 255 135 0 10 63 32 63 51 67
Binary 10111100 10101101 1011101 0 1000 110011 11010 110011 101001 110111

Color Harmonies of #BCAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD5D

Black with #BCAD5D

Text Example


Text Example

White with #BCAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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