Html Css Color HEX #BCAE59 Gimblet

📋 copy color: '#BCAE59'

red 188 ◦ green 174 ◦ blue 89

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

Shades of Gimblet #BCAE59

Tints of Gimblet #BCAE59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.73%

R = 41.69%
G = 38.58%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCAE59 (or 0xBCAE59) is known color: Gimblet. HEX triplet: BC, AE and 59. RGB value is (188,174,89). Sum of RGB (Red+Green+Blue) = 188+174+89=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE59 is #4351A6. Grayscale: #A8A8A8. Windows color (decimal): -4411815 or 5877436. OLE color: 5877436.

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

Color convert

RGB 188 174 89 -
CMYK 0 0.07 0.53 0.26
HSL 51.52º 0.42% 0.54% -
HSV(B) 51.52º 0.53% 0.74% -
XYZ 37.68 41.68 15.51 -
YUV 168.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 188 174 89 0 0.07 0.53 0.26 51.52 0.42 0.54
Hex BC AE 59 0 7 35 1A 34 2A 36
Octal 274 256 131 0 7 65 32 64 52 66
Binary 10111100 10101110 1011001 0 111 110101 11010 110100 101010 110110

Color Harmonies of #BCAE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE59

Black with #BCAE59

Text Example


Text Example

White with #BCAE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE59; }

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

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

background-color css

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

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

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

border-color css

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

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

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