Html Css Color HEX #BCAC58 Gimblet

📋 copy color: '#BCAC58'

red 188 ◦ green 172 ◦ blue 88

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

Shades of Gimblet #BCAC58

Tints of Gimblet #BCAC58

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

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

R = 41.96%
G = 38.39%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCAC58 (or 0xBCAC58) is known color: Gimblet. HEX triplet: BC, AC and 58. RGB value is (188,172,88). Sum of RGB (Red+Green+Blue) = 188+172+88=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC58 is #4353A7. Grayscale: #A7A7A7. Windows color (decimal): -4412328 or 5811388. OLE color: 5811388.

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

Color convert

RGB 188 172 88 -
CMYK 0 0.09 0.53 0.26
HSL 50.4º 0.43% 0.54% -
HSV(B) 50.4º 0.53% 0.74% -
XYZ 37.25 40.9 15.16 -
YUV 167.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 188 172 88 0 0.09 0.53 0.26 50.4 0.43 0.54
Hex BC AC 58 0 9 35 1A 32 2B 36
Octal 274 254 130 0 11 65 32 62 53 66
Binary 10111100 10101100 1011000 0 1001 110101 11010 110010 101011 110110

Color Harmonies of #BCAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC58

Black with #BCAC58

Text Example


Text Example

White with #BCAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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