Html Css Color HEX #BCAB64 Gimblet

📋 copy color: '#BCAB64'

red 188 ◦ green 171 ◦ blue 100

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

Shades of Gimblet #BCAB64

Tints of Gimblet #BCAB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 40.96%
G = 37.25%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAB64 (or 0xBCAB64) is known color: Gimblet. HEX triplet: BC, AB and 64. RGB value is (188,171,100). Sum of RGB (Red+Green+Blue) = 188+171+100=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB64 is #43549B. Grayscale: #A8A8A8. Windows color (decimal): -4412572 or 6597564. OLE color: 6597564.

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

Color convert

RGB 188 171 100 -
CMYK 0 0.09 0.47 0.26
HSL 48.41º 0.4% 0.56% -
HSV(B) 48.41º 0.47% 0.74% -
XYZ 37.6 40.74 17.94 -
YUV 167.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 188 171 100 0 0.09 0.47 0.26 48.41 0.4 0.56
Hex BC AB 64 0 9 2F 1A 30 28 38
Octal 274 253 144 0 11 57 32 60 50 70
Binary 10111100 10101011 1100100 0 1001 101111 11010 110000 101000 111000

Color Harmonies of #BCAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB64

Black with #BCAB64

Text Example


Text Example

White with #BCAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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