Html Css Color HEX #BCAE6B Gimblet

📋 copy color: '#BCAE6B'

red 188 ◦ green 174 ◦ blue 107

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

Shades of Gimblet #BCAE6B

Tints of Gimblet #BCAE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 40.09%
G = 37.1%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCAE6B (or 0xBCAE6B) is known color: Gimblet. HEX triplet: BC, AE and 6B. RGB value is (188,174,107). Sum of RGB (Red+Green+Blue) = 188+174+107=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE6B is #435194. Grayscale: #AAAAAA. Windows color (decimal): -4411797 or 7057084. OLE color: 7057084.

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

Color convert

RGB 188 174 107 -
CMYK 0 0.07 0.43 0.26
HSL 49.63º 0.38% 0.58% -
HSV(B) 49.63º 0.43% 0.74% -
XYZ 38.53 42.03 19.99 -
YUV 170.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 188 174 107 0 0.07 0.43 0.26 49.63 0.38 0.58
Hex BC AE 6B 0 7 2B 1A 32 26 3A
Octal 274 256 153 0 7 53 32 62 46 72
Binary 10111100 10101110 1101011 0 111 101011 11010 110010 100110 111010

Color Harmonies of #BCAE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE6B

Black with #BCAE6B

Text Example


Text Example

White with #BCAE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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