Html Css Color HEX #BCB47D Ecru

📋 copy color: '#BCB47D'

red 188 ◦ green 180 ◦ blue 125

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

Shades of Ecru #BCB47D

Tints of Ecru #BCB47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

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

R = 38.13%
G = 36.51%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCB47D (or 0xBCB47D) is known color: Ecru. HEX triplet: BC, B4 and 7D. RGB value is (188,180,125). Sum of RGB (Red+Green+Blue) = 188+180+125=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB47D is #434B82. Grayscale: #B0B0B0. Windows color (decimal): -4410243 or 8238268. OLE color: 8238268.

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

Color convert

RGB 188 180 125 -
CMYK 0 0.04 0.34 0.26
HSL 52.38º 0.32% 0.61% -
HSV(B) 52.38º 0.34% 0.74% -
XYZ 40.76 44.81 25.9 -
YUV 176.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 188 180 125 0 0.04 0.34 0.26 52.38 0.32 0.61
Hex BC B4 7D 0 4 22 1A 34 20 3D
Octal 274 264 175 0 4 42 32 64 40 75
Binary 10111100 10110100 1111101 0 100 100010 11010 110100 100000 111101

Color Harmonies of #BCB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB47D

Black with #BCB47D

Text Example


Text Example

White with #BCB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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