Html Css Color HEX #BCA96A Gimblet

📋 copy color: '#BCA96A'

red 188 ◦ green 169 ◦ blue 106

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

Shades of Gimblet #BCA96A

Tints of Gimblet #BCA96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 40.6%
G = 36.5%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCA96A (or 0xBCA96A) is known color: Gimblet. HEX triplet: BC, A9 and 6A. RGB value is (188,169,106). Sum of RGB (Red+Green+Blue) = 188+169+106=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA96A is #435695. Grayscale: #A7A7A7. Windows color (decimal): -4413078 or 6990268. OLE color: 6990268.

HSL color Cylindrical-coordinate representation of color #BCA96A: hue angle of 46.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCA96A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 106 -
CMYK 0 0.10 0.44 0.26
HSL 46.1º 0.38% 0.58% -
HSV(B) 46.1º 0.44% 0.74% -
XYZ 37.53 40.11 19.4 -
YUV 167.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 188 169 106 0 0.10 0.44 0.26 46.1 0.38 0.58
Hex BC A9 6A 0 A 2C 1A 2E 26 3A
Octal 274 251 152 0 12 54 32 56 46 72
Binary 10111100 10101001 1101010 0 1010 101100 11010 101110 100110 111010

Color Harmonies of #BCA96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA96A

Black with #BCA96A

Text Example


Text Example

White with #BCA96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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