Html Css Color HEX #BCAE69 Gimblet

📋 copy color: '#BCAE69'

red 188 ◦ green 174 ◦ blue 105

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

Shades of Gimblet #BCAE69

Tints of Gimblet #BCAE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 40.26%
G = 37.26%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCAE69 (or 0xBCAE69) is known color: Gimblet. HEX triplet: BC, AE and 69. RGB value is (188,174,105). Sum of RGB (Red+Green+Blue) = 188+174+105=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE69 is #435196. Grayscale: #AAAAAA. Windows color (decimal): -4411799 or 6926012. OLE color: 6926012.

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

Color convert

RGB 188 174 105 -
CMYK 0 0.07 0.44 0.26
HSL 49.88º 0.38% 0.57% -
HSV(B) 49.88º 0.44% 0.74% -
XYZ 38.42 41.98 19.44 -
YUV 170.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 188 174 105 0 0.07 0.44 0.26 49.88 0.38 0.57
Hex BC AE 69 0 7 2C 1A 32 26 39
Octal 274 256 151 0 7 54 32 62 46 71
Binary 10111100 10101110 1101001 0 111 101100 11010 110010 100110 111001

Color Harmonies of #BCAE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE69

Black with #BCAE69

Text Example


Text Example

White with #BCAE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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