Html Css Color HEX #BCAD55 Gimblet

📋 copy color: '#BCAD55'

red 188 ◦ green 173 ◦ blue 85

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

Shades of Gimblet #BCAD55

Tints of Gimblet #BCAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.79%

 BLUE value IS 85 (33.59% from 255) = 19.06%

R = 42.15%
G = 38.79%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCAD55 (or 0xBCAD55) is known color: Gimblet. HEX triplet: BC, AD and 55. RGB value is (188,173,85). Sum of RGB (Red+Green+Blue) = 188+173+85=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD55 is #4352AA. Grayscale: #A7A7A7. Windows color (decimal): -4412075 or 5615036. OLE color: 5615036.

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

Color convert

RGB 188 173 85 -
CMYK 0 0.08 0.55 0.26
HSL 51.26º 0.43% 0.54% -
HSV(B) 51.26º 0.55% 0.74% -
XYZ 37.32 41.23 14.59 -
YUV 167.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 188 173 85 0 0.08 0.55 0.26 51.26 0.43 0.54
Hex BC AD 55 0 8 37 1A 33 2B 36
Octal 274 255 125 0 10 67 32 63 53 66
Binary 10111100 10101101 1010101 0 1000 110111 11010 110011 101011 110110

Color Harmonies of #BCAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD55

Black with #BCAD55

Text Example


Text Example

White with #BCAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD55; }

 p { color: rgb(188,173,85); }

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

background-color css

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

 a { background-color: rgb(188,173,85); }

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

border-color css

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

 span { border-color: rgb(188,173,85); }

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