Html Css Color HEX #BCAD64 Gimblet

📋 copy color: '#BCAD64'

red 188 ◦ green 173 ◦ blue 100

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

Shades of Gimblet #BCAD64

Tints of Gimblet #BCAD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 40.78%
G = 37.53%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAD64 (or 0xBCAD64) is known color: Gimblet. HEX triplet: BC, AD and 64. RGB value is (188,173,100). Sum of RGB (Red+Green+Blue) = 188+173+100=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD64 is #43529B. Grayscale: #A9A9A9. Windows color (decimal): -4412060 or 6598076. OLE color: 6598076.

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

Color convert

RGB 188 173 100 -
CMYK 0 0.08 0.47 0.26
HSL 49.77º 0.4% 0.56% -
HSV(B) 49.77º 0.47% 0.74% -
XYZ 37.98 41.5 18.06 -
YUV 169.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 188 173 100 0 0.08 0.47 0.26 49.77 0.4 0.56
Hex BC AD 64 0 8 2F 1A 32 28 38
Octal 274 255 144 0 10 57 32 62 50 70
Binary 10111100 10101101 1100100 0 1000 101111 11010 110010 101000 111000

Color Harmonies of #BCAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD64

Black with #BCAD64

Text Example


Text Example

White with #BCAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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