Html Css Color HEX #BCAC6C Gimblet

📋 copy color: '#BCAC6C'

red 188 ◦ green 172 ◦ blue 108

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

Shades of Gimblet #BCAC6C

Tints of Gimblet #BCAC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 40.17%
G = 36.75%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCAC6C (or 0xBCAC6C) is known color: Gimblet. HEX triplet: BC, AC and 6C. RGB value is (188,172,108). Sum of RGB (Red+Green+Blue) = 188+172+108=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC6C is #435393. Grayscale: #A9A9A9. Windows color (decimal): -4412308 or 7122108. OLE color: 7122108.

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

Color convert

RGB 188 172 108 -
CMYK 0 0.09 0.43 0.26
HSL 48º 0.37% 0.58% -
HSV(B) 48º 0.43% 0.74% -
XYZ 38.2 41.28 20.14 -
YUV 169.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 188 172 108 0 0.09 0.43 0.26 48 0.37 0.58
Hex BC AC 6C 0 9 2B 1A 30 25 3A
Octal 274 254 154 0 11 53 32 60 45 72
Binary 10111100 10101100 1101100 0 1001 101011 11010 110000 100101 111010

Color Harmonies of #BCAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC6C

Black with #BCAC6C

Text Example


Text Example

White with #BCAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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