Html Css Color HEX #BCAA5D Gimblet

📋 copy color: '#BCAA5D'

red 188 ◦ green 170 ◦ blue 93

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

Shades of Gimblet #BCAA5D

Tints of Gimblet #BCAA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 41.69%
G = 37.69%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCAA5D (or 0xBCAA5D) is known color: Gimblet. HEX triplet: BC, AA and 5D. RGB value is (188,170,93). Sum of RGB (Red+Green+Blue) = 188+170+93=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA5D is #4355A2. Grayscale: #A6A6A6. Windows color (decimal): -4412835 or 6138556. OLE color: 6138556.

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

Color convert

RGB 188 170 93 -
CMYK 0 0.10 0.51 0.26
HSL 48.63º 0.41% 0.55% -
HSV(B) 48.63º 0.51% 0.74% -
XYZ 37.09 40.23 16.17 -
YUV 166.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 188 170 93 0 0.10 0.51 0.26 48.63 0.41 0.55
Hex BC AA 5D 0 A 33 1A 31 29 37
Octal 274 252 135 0 12 63 32 61 51 67
Binary 10111100 10101010 1011101 0 1010 110011 11010 110001 101001 110111

Color Harmonies of #BCAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA5D

Black with #BCAA5D

Text Example


Text Example

White with #BCAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA5D; }

 p { color: rgb(188,170,93); }

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

background-color css

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

 a { background-color: rgb(188,170,93); }

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

border-color css

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

 span { border-color: rgb(188,170,93); }

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