Html Css Color HEX #BCAB70 Gimblet

📋 copy color: '#BCAB70'

red 188 ◦ green 171 ◦ blue 112

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

Shades of Gimblet #BCAB70

Tints of Gimblet #BCAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 39.92%
G = 36.31%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCAB70 (or 0xBCAB70) is known color: Gimblet. HEX triplet: BC, AB and 70. RGB value is (188,171,112). Sum of RGB (Red+Green+Blue) = 188+171+112=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB70 is #43548F. Grayscale: #A9A9A9. Windows color (decimal): -4412560 or 7383996. OLE color: 7383996.

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

Color convert

RGB 188 171 112 -
CMYK 0 0.09 0.40 0.26
HSL 46.58º 0.36% 0.59% -
HSV(B) 46.58º 0.4% 0.74% -
XYZ 38.23 40.99 21.23 -
YUV 169.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 188 171 112 0 0.09 0.40 0.26 46.58 0.36 0.59
Hex BC AB 70 0 9 28 1A 2F 24 3B
Octal 274 253 160 0 11 50 32 57 44 73
Binary 10111100 10101011 1110000 0 1001 101000 11010 101111 100100 111011

Color Harmonies of #BCAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB70

Black with #BCAB70

Text Example


Text Example

White with #BCAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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