Html Css Color HEX #BCAD65 Gimblet

📋 copy color: '#BCAD65'

red 188 ◦ green 173 ◦ blue 101

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

Shades of Gimblet #BCAD65

Tints of Gimblet #BCAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 40.69%
G = 37.45%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCAD65 (or 0xBCAD65) is known color: Gimblet. HEX triplet: BC, AD and 65. RGB value is (188,173,101). Sum of RGB (Red+Green+Blue) = 188+173+101=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD65 is #43529A. Grayscale: #A9A9A9. Windows color (decimal): -4412059 or 6663612. OLE color: 6663612.

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

Color convert

RGB 188 173 101 -
CMYK 0 0.08 0.46 0.26
HSL 49.66º 0.39% 0.57% -
HSV(B) 49.66º 0.46% 0.74% -
XYZ 38.03 41.52 18.32 -
YUV 169.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 188 173 101 0 0.08 0.46 0.26 49.66 0.39 0.57
Hex BC AD 65 0 8 2E 1A 32 27 39
Octal 274 255 145 0 10 56 32 62 47 71
Binary 10111100 10101101 1100101 0 1000 101110 11010 110010 100111 111001

Color Harmonies of #BCAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD65

Black with #BCAD65

Text Example


Text Example

White with #BCAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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