Html Css Color HEX #BCA858 Gimblet

📋 copy color: '#BCA858'

red 188 ◦ green 168 ◦ blue 88

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

Shades of Gimblet #BCA858

Tints of Gimblet #BCA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 42.34%
G = 37.84%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCA858 (or 0xBCA858) is known color: Gimblet. HEX triplet: BC, A8 and 58. RGB value is (188,168,88). Sum of RGB (Red+Green+Blue) = 188+168+88=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA858 is #4357A7. Grayscale: #A5A5A5. Windows color (decimal): -4413352 or 5810364. OLE color: 5810364.

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

Color convert

RGB 188 168 88 -
CMYK 0 0.11 0.53 0.26
HSL 48º 0.43% 0.54% -
HSV(B) 48º 0.53% 0.74% -
XYZ 36.5 39.4 14.91 -
YUV 164.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 188 168 88 0 0.11 0.53 0.26 48 0.43 0.54
Hex BC A8 58 0 B 35 1A 30 2B 36
Octal 274 250 130 0 13 65 32 60 53 66
Binary 10111100 10101000 1011000 0 1011 110101 11010 110000 101011 110110

Color Harmonies of #BCA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA858

Black with #BCA858

Text Example


Text Example

White with #BCA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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