Html Css Color HEX #BCAB68 Gimblet

📋 copy color: '#BCAB68'

red 188 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #BCAB68

Tints of Gimblet #BCAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 40.6%
G = 36.93%
B = 22.46%

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

#BCAB68 (or 0xBCAB68) is known color: Gimblet. HEX triplet: BC, AB and 68. RGB value is (188,171,104). Sum of RGB (Red+Green+Blue) = 188+171+104=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB68 is #435497. Grayscale: #A8A8A8. Windows color (decimal): -4412568 or 6859708. OLE color: 6859708.

HSL color Cylindrical-coordinate representation of color #BCAB68: hue angle of 47.86º 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 #BCAB68 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 104 -
CMYK 0 0.09 0.45 0.26
HSL 47.86º 0.39% 0.57% -
HSV(B) 47.86º 0.45% 0.74% -
XYZ 37.8 40.82 18.98 -
YUV 168.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 188 171 104 0 0.09 0.45 0.26 47.86 0.39 0.57
Hex BC AB 68 0 9 2D 1A 30 27 39
Octal 274 253 150 0 11 55 32 60 47 71
Binary 10111100 10101011 1101000 0 1001 101101 11010 110000 100111 111001

Color Harmonies of #BCAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB68

Black with #BCAB68

Text Example


Text Example

White with #BCAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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