Html Css Color HEX #BCA85E Gimblet

📋 copy color: '#BCA85E'

red 188 ◦ green 168 ◦ blue 94

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

Shades of Gimblet #BCA85E

Tints of Gimblet #BCA85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 41.78%
G = 37.33%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCA85E (or 0xBCA85E) is known color: Gimblet. HEX triplet: BC, A8 and 5E. RGB value is (188,168,94). Sum of RGB (Red+Green+Blue) = 188+168+94=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA85E is #4357A1. Grayscale: #A5A5A5. Windows color (decimal): -4413346 or 6203580. OLE color: 6203580.

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

Color convert

RGB 188 168 94 -
CMYK 0 0.11 0.50 0.26
HSL 47.23º 0.41% 0.55% -
HSV(B) 47.23º 0.5% 0.74% -
XYZ 36.76 39.5 16.28 -
YUV 165.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 188 168 94 0 0.11 0.50 0.26 47.23 0.41 0.55
Hex BC A8 5E 0 B 32 1A 2F 29 37
Octal 274 250 136 0 13 62 32 57 51 67
Binary 10111100 10101000 1011110 0 1011 110010 11010 101111 101001 110111

Color Harmonies of #BCA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA85E

Black with #BCA85E

Text Example


Text Example

White with #BCA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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