Html Css Color HEX #BCAE54 Gimblet

📋 copy color: '#BCAE54'

red 188 ◦ green 174 ◦ blue 84

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

Shades of Gimblet #BCAE54

Tints of Gimblet #BCAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 42.15%
G = 39.01%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCAE54 (or 0xBCAE54) is known color: Gimblet. HEX triplet: BC, AE and 54. RGB value is (188,174,84). Sum of RGB (Red+Green+Blue) = 188+174+84=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE54 is #4351AB. Grayscale: #A8A8A8. Windows color (decimal): -4411820 or 5549756. OLE color: 5549756.

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

Color convert

RGB 188 174 84 -
CMYK 0 0.07 0.55 0.26
HSL 51.92º 0.44% 0.53% -
HSV(B) 51.92º 0.55% 0.74% -
XYZ 37.48 41.6 14.44 -
YUV 167.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 188 174 84 0 0.07 0.55 0.26 51.92 0.44 0.53
Hex BC AE 54 0 7 37 1A 34 2C 35
Octal 274 256 124 0 7 67 32 64 54 65
Binary 10111100 10101110 1010100 0 111 110111 11010 110100 101100 110101

Color Harmonies of #BCAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE54

Black with #BCAE54

Text Example


Text Example

White with #BCAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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