Html Css Color HEX #BCAB65 Gimblet

📋 copy color: '#BCAB65'

red 188 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #BCAB65

Tints of Gimblet #BCAB65

RGB

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

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

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

R = 40.87%
G = 37.17%
B = 21.96%

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

#BCAB65 (or 0xBCAB65) is known color: Gimblet. HEX triplet: BC, AB and 65. RGB value is (188,171,101). Sum of RGB (Red+Green+Blue) = 188+171+101=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB65 is #43549A. Grayscale: #A8A8A8. Windows color (decimal): -4412571 or 6663100. OLE color: 6663100.

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

Color convert

RGB 188 171 101 -
CMYK 0 0.09 0.46 0.26
HSL 48.28º 0.39% 0.57% -
HSV(B) 48.28º 0.46% 0.74% -
XYZ 37.65 40.76 18.19 -
YUV 168.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 188 171 101 0 0.09 0.46 0.26 48.28 0.39 0.57
Hex BC AB 65 0 9 2E 1A 30 27 39
Octal 274 253 145 0 11 56 32 60 47 71
Binary 10111100 10101011 1100101 0 1001 101110 11010 110000 100111 111001

Color Harmonies of #BCAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB65

Black with #BCAB65

Text Example


Text Example

White with #BCAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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