Html Css Color HEX #BCAB72 Ecru

📋 copy color: '#BCAB72'

red 188 ◦ green 171 ◦ blue 114

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

Shades of Ecru #BCAB72

Tints of Ecru #BCAB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 39.75%
G = 36.15%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCAB72 (or 0xBCAB72) is known color: Ecru. HEX triplet: BC, AB and 72. RGB value is (188,171,114). Sum of RGB (Red+Green+Blue) = 188+171+114=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB72 is #43548D. Grayscale: #A9A9A9. Windows color (decimal): -4412558 or 7515068. OLE color: 7515068.

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

Color convert

RGB 188 171 114 -
CMYK 0 0.09 0.39 0.26
HSL 46.22º 0.36% 0.59% -
HSV(B) 46.22º 0.39% 0.74% -
XYZ 38.34 41.03 21.82 -
YUV 169.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 188 171 114 0 0.09 0.39 0.26 46.22 0.36 0.59
Hex BC AB 72 0 9 27 1A 2E 24 3B
Octal 274 253 162 0 11 47 32 56 44 73
Binary 10111100 10101011 1110010 0 1001 100111 11010 101110 100100 111011

Color Harmonies of #BCAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB72

Black with #BCAB72

Text Example


Text Example

White with #BCAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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