Html Css Color HEX #BCA970 Gimblet

📋 copy color: '#BCA970'

red 188 ◦ green 169 ◦ blue 112

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

Shades of Gimblet #BCA970

Tints of Gimblet #BCA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

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

R = 40.09%
G = 36.03%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCA970 (or 0xBCA970) is known color: Gimblet. HEX triplet: BC, A9 and 70. RGB value is (188,169,112). Sum of RGB (Red+Green+Blue) = 188+169+112=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA970 is #43568F. Grayscale: #A8A8A8. Windows color (decimal): -4413072 or 7383484. OLE color: 7383484.

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

Color convert

RGB 188 169 112 -
CMYK 0 0.10 0.40 0.26
HSL 45º 0.36% 0.59% -
HSV(B) 45º 0.4% 0.74% -
XYZ 37.85 40.24 21.1 -
YUV 168.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 188 169 112 0 0.10 0.40 0.26 45 0.36 0.59
Hex BC A9 70 0 A 28 1A 2D 24 3B
Octal 274 251 160 0 12 50 32 55 44 73
Binary 10111100 10101001 1110000 0 1010 101000 11010 101101 100100 111011

Color Harmonies of #BCA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA970

Black with #BCA970

Text Example


Text Example

White with #BCA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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