Html Css Color HEX #BCAC65 Gimblet

📋 copy color: '#BCAC65'

red 188 ◦ green 172 ◦ blue 101

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

Shades of Gimblet #BCAC65

Tints of Gimblet #BCAC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 40.78%
G = 37.31%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCAC65 (or 0xBCAC65) is known color: Gimblet. HEX triplet: BC, AC and 65. RGB value is (188,172,101). Sum of RGB (Red+Green+Blue) = 188+172+101=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC65 is #43539A. Grayscale: #A8A8A8. Windows color (decimal): -4412315 or 6663356. OLE color: 6663356.

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

Color convert

RGB 188 172 101 -
CMYK 0 0.09 0.46 0.26
HSL 48.97º 0.39% 0.57% -
HSV(B) 48.97º 0.46% 0.74% -
XYZ 37.84 41.14 18.26 -
YUV 168.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 188 172 101 0 0.09 0.46 0.26 48.97 0.39 0.57
Hex BC AC 65 0 9 2E 1A 31 27 39
Octal 274 254 145 0 11 56 32 61 47 71
Binary 10111100 10101100 1100101 0 1001 101110 11010 110001 100111 111001

Color Harmonies of #BCAC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC65

Black with #BCAC65

Text Example


Text Example

White with #BCAC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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