Html Css Color HEX #BCAE68 Gimblet

📋 copy color: '#BCAE68'

red 188 ◦ green 174 ◦ blue 104

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

Shades of Gimblet #BCAE68

Tints of Gimblet #BCAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 40.34%
G = 37.34%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAE68 (or 0xBCAE68) is known color: Gimblet. HEX triplet: BC, AE and 68. RGB value is (188,174,104). Sum of RGB (Red+Green+Blue) = 188+174+104=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE68 is #435197. Grayscale: #AAAAAA. Windows color (decimal): -4411800 or 6860476. OLE color: 6860476.

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

Color convert

RGB 188 174 104 -
CMYK 0 0.07 0.45 0.26
HSL 50º 0.39% 0.57% -
HSV(B) 50º 0.45% 0.74% -
XYZ 38.37 41.96 19.17 -
YUV 170.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 188 174 104 0 0.07 0.45 0.26 50 0.39 0.57
Hex BC AE 68 0 7 2D 1A 32 27 39
Octal 274 256 150 0 7 55 32 62 47 71
Binary 10111100 10101110 1101000 0 111 101101 11010 110010 100111 111001

Color Harmonies of #BCAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE68

Black with #BCAE68

Text Example


Text Example

White with #BCAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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