Html Css Color HEX #BCA86F Gimblet

📋 copy color: '#BCA86F'

red 188 ◦ green 168 ◦ blue 111

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

Shades of Gimblet #BCA86F

Tints of Gimblet #BCA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 40.26%
G = 35.97%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCA86F (or 0xBCA86F) is known color: Gimblet. HEX triplet: BC, A8 and 6F. RGB value is (188,168,111). Sum of RGB (Red+Green+Blue) = 188+168+111=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86F is #435790. Grayscale: #A7A7A7. Windows color (decimal): -4413329 or 7317692. OLE color: 7317692.

HSL color Cylindrical-coordinate representation of color #BCA86F: hue angle of 44.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCA86F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 111 -
CMYK 0 0.11 0.41 0.26
HSL 44.42º 0.36% 0.59% -
HSV(B) 44.42º 0.41% 0.74% -
XYZ 37.61 39.84 20.75 -
YUV 167.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 188 168 111 0 0.11 0.41 0.26 44.42 0.36 0.59
Hex BC A8 6F 0 B 29 1A 2C 24 3B
Octal 274 250 157 0 13 51 32 54 44 73
Binary 10111100 10101000 1101111 0 1011 101001 11010 101100 100100 111011

Color Harmonies of #BCA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA86F

Black with #BCA86F

Text Example


Text Example

White with #BCA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA86F; }

 p { color: rgb(188,168,111); }

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

background-color css

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

 a { background-color: rgb(188,168,111); }

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

border-color css

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

 span { border-color: rgb(188,168,111); }

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