Html Css Color HEX #BCAE64 Gimblet

📋 copy color: '#BCAE64'

red 188 ◦ green 174 ◦ blue 100

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

Shades of Gimblet #BCAE64

Tints of Gimblet #BCAE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 40.69%
G = 37.66%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAE64 (or 0xBCAE64) is known color: Gimblet. HEX triplet: BC, AE and 64. RGB value is (188,174,100). Sum of RGB (Red+Green+Blue) = 188+174+100=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE64 is #43519B. Grayscale: #AAAAAA. Windows color (decimal): -4411804 or 6598332. OLE color: 6598332.

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

Color convert

RGB 188 174 100 -
CMYK 0 0.07 0.47 0.26
HSL 50.45º 0.4% 0.56% -
HSV(B) 50.45º 0.47% 0.74% -
XYZ 38.18 41.88 18.13 -
YUV 169.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 188 174 100 0 0.07 0.47 0.26 50.45 0.4 0.56
Hex BC AE 64 0 7 2F 1A 32 28 38
Octal 274 256 144 0 7 57 32 62 50 70
Binary 10111100 10101110 1100100 0 111 101111 11010 110010 101000 111000

Color Harmonies of #BCAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE64

Black with #BCAE64

Text Example


Text Example

White with #BCAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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