Html Css Color HEX #BCAD68 Gimblet

📋 copy color: '#BCAD68'

red 188 ◦ green 173 ◦ blue 104

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

Shades of Gimblet #BCAD68

Tints of Gimblet #BCAD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.37%

R = 40.43%
G = 37.2%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAD68 (or 0xBCAD68) is known color: Gimblet. HEX triplet: BC, AD and 68. RGB value is (188,173,104). Sum of RGB (Red+Green+Blue) = 188+173+104=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD68 is #435297. Grayscale: #A9A9A9. Windows color (decimal): -4412056 or 6860220. OLE color: 6860220.

HSL color Cylindrical-coordinate representation of color #BCAD68: hue angle of 49.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCAD68 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 104 -
CMYK 0 0.08 0.45 0.26
HSL 49.29º 0.39% 0.57% -
HSV(B) 49.29º 0.45% 0.74% -
XYZ 38.18 41.58 19.11 -
YUV 169.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 188 173 104 0 0.08 0.45 0.26 49.29 0.39 0.57
Hex BC AD 68 0 8 2D 1A 31 27 39
Octal 274 255 150 0 10 55 32 61 47 71
Binary 10111100 10101101 1101000 0 1000 101101 11010 110001 100111 111001

Color Harmonies of #BCAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD68

Black with #BCAD68

Text Example


Text Example

White with #BCAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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