Html Css Color HEX #BCAD5A Gimblet

📋 copy color: '#BCAD5A'

red 188 ◦ green 173 ◦ blue 90

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

Shades of Gimblet #BCAD5A

Tints of Gimblet #BCAD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.96%

R = 41.69%
G = 38.36%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCAD5A (or 0xBCAD5A) is known color: Gimblet. HEX triplet: BC, AD and 5A. RGB value is (188,173,90). Sum of RGB (Red+Green+Blue) = 188+173+90=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD5A is #4352A5. Grayscale: #A8A8A8. Windows color (decimal): -4412070 or 5942716. OLE color: 5942716.

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

Color convert

RGB 188 173 90 -
CMYK 0 0.08 0.52 0.26
HSL 50.82º 0.42% 0.55% -
HSV(B) 50.82º 0.52% 0.74% -
XYZ 37.53 41.32 15.67 -
YUV 168.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 188 173 90 0 0.08 0.52 0.26 50.82 0.42 0.55
Hex BC AD 5A 0 8 34 1A 33 2A 37
Octal 274 255 132 0 10 64 32 63 52 67
Binary 10111100 10101101 1011010 0 1000 110100 11010 110011 101010 110111

Color Harmonies of #BCAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD5A

Black with #BCAD5A

Text Example


Text Example

White with #BCAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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