Html Css Color HEX #BCB47F Ecru

📋 copy color: '#BCB47F'

red 188 ◦ green 180 ◦ blue 127

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

Shades of Ecru #BCB47F

Tints of Ecru #BCB47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 37.98%
G = 36.36%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB47F (or 0xBCB47F) is known color: Ecru. HEX triplet: BC, B4 and 7F. RGB value is (188,180,127). Sum of RGB (Red+Green+Blue) = 188+180+127=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB47F is #434B80. Grayscale: #B0B0B0. Windows color (decimal): -4410241 or 8369340. OLE color: 8369340.

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

Color convert

RGB 188 180 127 -
CMYK 0 0.04 0.32 0.26
HSL 52.13º 0.31% 0.62% -
HSV(B) 52.13º 0.32% 0.74% -
XYZ 40.89 44.87 26.58 -
YUV 176.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 188 180 127 0 0.04 0.32 0.26 52.13 0.31 0.62
Hex BC B4 7F 0 4 20 1A 34 1F 3E
Octal 274 264 177 0 4 40 32 64 37 76
Binary 10111100 10110100 1111111 0 100 100000 11010 110100 11111 111110

Color Harmonies of #BCB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB47F

Black with #BCB47F

Text Example


Text Example

White with #BCB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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