Html Css Color HEX #BCAC6F Gimblet

📋 copy color: '#BCAC6F'

red 188 ◦ green 172 ◦ blue 111

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

Shades of Gimblet #BCAC6F

Tints of Gimblet #BCAC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 39.92%
G = 36.52%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCAC6F (or 0xBCAC6F) is known color: Gimblet. HEX triplet: BC, AC and 6F. RGB value is (188,172,111). Sum of RGB (Red+Green+Blue) = 188+172+111=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC6F is #435390. Grayscale: #AAAAAA. Windows color (decimal): -4412305 or 7318716. OLE color: 7318716.

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

Color convert

RGB 188 172 111 -
CMYK 0 0.09 0.41 0.26
HSL 47.53º 0.36% 0.59% -
HSV(B) 47.53º 0.41% 0.74% -
XYZ 38.36 41.34 21 -
YUV 169.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 188 172 111 0 0.09 0.41 0.26 47.53 0.36 0.59
Hex BC AC 6F 0 9 29 1A 30 24 3B
Octal 274 254 157 0 11 51 32 60 44 73
Binary 10111100 10101100 1101111 0 1001 101001 11010 110000 100100 111011

Color Harmonies of #BCAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC6F

Black with #BCAC6F

Text Example


Text Example

White with #BCAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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