Html Css Color HEX #BCAE56 Gimblet

📋 copy color: '#BCAE56'

red 188 ◦ green 174 ◦ blue 86

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

Shades of Gimblet #BCAE56

Tints of Gimblet #BCAE56

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 86 (33.98% from 255) = 19.2%

R = 41.96%
G = 38.84%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCAE56 (or 0xBCAE56) is known color: Gimblet. HEX triplet: BC, AE and 56. RGB value is (188,174,86). Sum of RGB (Red+Green+Blue) = 188+174+86=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE56 is #4351A9. Grayscale: #A8A8A8. Windows color (decimal): -4411818 or 5680828. OLE color: 5680828.

HSL color Cylindrical-coordinate representation of color #BCAE56: hue angle of 51.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCAE56 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 86 -
CMYK 0 0.07 0.54 0.26
HSL 51.76º 0.43% 0.54% -
HSV(B) 51.76º 0.54% 0.74% -
XYZ 37.55 41.64 14.86 -
YUV 168.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 188 174 86 0 0.07 0.54 0.26 51.76 0.43 0.54
Hex BC AE 56 0 7 36 1A 34 2B 36
Octal 274 256 126 0 7 66 32 64 53 66
Binary 10111100 10101110 1010110 0 111 110110 11010 110100 101011 110110

Color Harmonies of #BCAE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE56

Black with #BCAE56

Text Example


Text Example

White with #BCAE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE56; }

 p { color: rgb(188,174,86); }

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

background-color css

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

 a { background-color: rgb(188,174,86); }

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

border-color css

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

 span { border-color: rgb(188,174,86); }

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