Html Css Color HEX #BCAB7D Ecru

📋 copy color: '#BCAB7D'

red 188 ◦ green 171 ◦ blue 125

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

Shades of Ecru #BCAB7D

Tints of Ecru #BCAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 38.84%
G = 35.33%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAB7D (or 0xBCAB7D) is known color: Ecru. HEX triplet: BC, AB and 7D. RGB value is (188,171,125). Sum of RGB (Red+Green+Blue) = 188+171+125=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7D is #435482. Grayscale: #ABABAB. Windows color (decimal): -4412547 or 8235964. OLE color: 8235964.

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

Color convert

RGB 188 171 125 -
CMYK 0 0.09 0.34 0.26
HSL 43.81º 0.32% 0.61% -
HSV(B) 43.81º 0.34% 0.74% -
XYZ 39 41.3 25.32 -
YUV 170.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 188 171 125 0 0.09 0.34 0.26 43.81 0.32 0.61
Hex BC AB 7D 0 9 22 1A 2C 20 3D
Octal 274 253 175 0 11 42 32 54 40 75
Binary 10111100 10101011 1111101 0 1001 100010 11010 101100 100000 111101

Color Harmonies of #BCAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB7D

Black with #BCAB7D

Text Example


Text Example

White with #BCAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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