Html Css Color HEX #BCAE57 Gimblet

📋 copy color: '#BCAE57'

red 188 ◦ green 174 ◦ blue 87

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

Shades of Gimblet #BCAE57

Tints of Gimblet #BCAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.38%

R = 41.87%
G = 38.75%
B = 19.38%

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

#BCAE57 (or 0xBCAE57) is known color: Gimblet. HEX triplet: BC, AE and 57. RGB value is (188,174,87). Sum of RGB (Red+Green+Blue) = 188+174+87=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE57 is #4351A8. Grayscale: #A8A8A8. Windows color (decimal): -4411817 or 5746364. OLE color: 5746364.

HSL color Cylindrical-coordinate representation of color #BCAE57: hue angle of 51.68º 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 #BCAE57 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 87 -
CMYK 0 0.07 0.54 0.26
HSL 51.68º 0.43% 0.54% -
HSV(B) 51.68º 0.54% 0.74% -
XYZ 37.6 41.65 15.07 -
YUV 168.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 188 174 87 0 0.07 0.54 0.26 51.68 0.43 0.54
Hex BC AE 57 0 7 36 1A 34 2B 36
Octal 274 256 127 0 7 66 32 64 53 66
Binary 10111100 10101110 1010111 0 111 110110 11010 110100 101011 110110

Color Harmonies of #BCAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE57

Black with #BCAE57

Text Example


Text Example

White with #BCAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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