Html Css Color HEX #BCA865 Gimblet

📋 copy color: '#BCA865'

red 188 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #BCA865

Tints of Gimblet #BCA865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 41.14%
G = 36.76%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCA865 (or 0xBCA865) is known color: Gimblet. HEX triplet: BC, A8 and 65. RGB value is (188,168,101). Sum of RGB (Red+Green+Blue) = 188+168+101=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA865 is #43579A. Grayscale: #A6A6A6. Windows color (decimal): -4413339 or 6662332. OLE color: 6662332.

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

Color convert

RGB 188 168 101 -
CMYK 0 0.11 0.46 0.26
HSL 46.21º 0.39% 0.57% -
HSV(B) 46.21º 0.46% 0.74% -
XYZ 37.09 39.64 18.01 -
YUV 166.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 188 168 101 0 0.11 0.46 0.26 46.21 0.39 0.57
Hex BC A8 65 0 B 2E 1A 2E 27 39
Octal 274 250 145 0 13 56 32 56 47 71
Binary 10111100 10101000 1100101 0 1011 101110 11010 101110 100111 111001

Color Harmonies of #BCA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA865

Black with #BCA865

Text Example


Text Example

White with #BCA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA865; }

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

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

background-color css

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

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

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

border-color css

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

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

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