Html Css Color HEX #BCAC5C Gimblet

📋 copy color: '#BCAC5C'

red 188 ◦ green 172 ◦ blue 92

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

Shades of Gimblet #BCAC5C

Tints of Gimblet #BCAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.35%

R = 41.59%
G = 38.05%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCAC5C (or 0xBCAC5C) is known color: Gimblet. HEX triplet: BC, AC and 5C. RGB value is (188,172,92). Sum of RGB (Red+Green+Blue) = 188+172+92=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC5C is #4353A3. Grayscale: #A8A8A8. Windows color (decimal): -4412324 or 6073532. OLE color: 6073532.

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

Color convert

RGB 188 172 92 -
CMYK 0 0.09 0.51 0.26
HSL 50º 0.42% 0.55% -
HSV(B) 50º 0.51% 0.74% -
XYZ 37.42 40.97 16.06 -
YUV 167.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 188 172 92 0 0.09 0.51 0.26 50 0.42 0.55
Hex BC AC 5C 0 9 33 1A 32 2A 37
Octal 274 254 134 0 11 63 32 62 52 67
Binary 10111100 10101100 1011100 0 1001 110011 11010 110010 101010 110111

Color Harmonies of #BCAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC5C

Black with #BCAC5C

Text Example


Text Example

White with #BCAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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