Html Css Color HEX #BCAC68 Gimblet

📋 copy color: '#BCAC68'

red 188 ◦ green 172 ◦ blue 104

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

Shades of Gimblet #BCAC68

Tints of Gimblet #BCAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 40.52%
G = 37.07%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCAC68 (or 0xBCAC68) is known color: Gimblet. HEX triplet: BC, AC and 68. RGB value is (188,172,104). Sum of RGB (Red+Green+Blue) = 188+172+104=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC68 is #435397. Grayscale: #A9A9A9. Windows color (decimal): -4412312 or 6859964. OLE color: 6859964.

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

Color convert

RGB 188 172 104 -
CMYK 0 0.09 0.45 0.26
HSL 48.57º 0.39% 0.57% -
HSV(B) 48.57º 0.45% 0.74% -
XYZ 37.99 41.2 19.05 -
YUV 169.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 188 172 104 0 0.09 0.45 0.26 48.57 0.39 0.57
Hex BC AC 68 0 9 2D 1A 31 27 39
Octal 274 254 150 0 11 55 32 61 47 71
Binary 10111100 10101100 1101000 0 1001 101101 11010 110001 100111 111001

Color Harmonies of #BCAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC68

Black with #BCAC68

Text Example


Text Example

White with #BCAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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