Html Css Color HEX #BCA869 Gimblet

📋 copy color: '#BCA869'

red 188 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #BCA869

Tints of Gimblet #BCA869

RGB

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

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

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

R = 40.78%
G = 36.44%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCA869 (or 0xBCA869) is known color: Gimblet. HEX triplet: BC, A8 and 69. RGB value is (188,168,105). Sum of RGB (Red+Green+Blue) = 188+168+105=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA869 is #435796. Grayscale: #A7A7A7. Windows color (decimal): -4413335 or 6924476. OLE color: 6924476.

HSL color Cylindrical-coordinate representation of color #BCA869: hue angle of 45.54º 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 #BCA869 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 105 -
CMYK 0 0.11 0.44 0.26
HSL 45.54º 0.38% 0.57% -
HSV(B) 45.54º 0.44% 0.74% -
XYZ 37.29 39.72 19.07 -
YUV 166.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 188 168 105 0 0.11 0.44 0.26 45.54 0.38 0.57
Hex BC A8 69 0 B 2C 1A 2E 26 39
Octal 274 250 151 0 13 54 32 56 46 71
Binary 10111100 10101000 1101001 0 1011 101100 11010 101110 100110 111001

Color Harmonies of #BCA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA869

Black with #BCA869

Text Example


Text Example

White with #BCA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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