Html Css Color HEX #BCAC5F Gimblet

📋 copy color: '#BCAC5F'

red 188 ◦ green 172 ◦ blue 95

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

Shades of Gimblet #BCAC5F

Tints of Gimblet #BCAC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.88%

R = 41.32%
G = 37.8%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCAC5F (or 0xBCAC5F) is known color: Gimblet. HEX triplet: BC, AC and 5F. RGB value is (188,172,95). Sum of RGB (Red+Green+Blue) = 188+172+95=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC5F is #4353A0. Grayscale: #A8A8A8. Windows color (decimal): -4412321 or 6270140. OLE color: 6270140.

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

Color convert

RGB 188 172 95 -
CMYK 0 0.09 0.49 0.26
HSL 49.68º 0.41% 0.55% -
HSV(B) 49.68º 0.49% 0.74% -
XYZ 37.56 41.02 16.77 -
YUV 168.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 188 172 95 0 0.09 0.49 0.26 49.68 0.41 0.55
Hex BC AC 5F 0 9 31 1A 32 29 37
Octal 274 254 137 0 11 61 32 62 51 67
Binary 10111100 10101100 1011111 0 1001 110001 11010 110010 101001 110111

Color Harmonies of #BCAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC5F

Black with #BCAC5F

Text Example


Text Example

White with #BCAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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