Html Css Color HEX #BCB57F Ecru

📋 copy color: '#BCB57F'

red 188 ◦ green 181 ◦ blue 127

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

Shades of Ecru #BCB57F

Tints of Ecru #BCB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

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

R = 37.9%
G = 36.49%
B = 25.6%

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

#BCB57F (or 0xBCB57F) is known color: Ecru. HEX triplet: BC, B5 and 7F. RGB value is (188,181,127). Sum of RGB (Red+Green+Blue) = 188+181+127=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB57F is #434A80. Grayscale: #B1B1B1. Windows color (decimal): -4409985 or 8369596. OLE color: 8369596.

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

Color convert

RGB 188 181 127 -
CMYK 0 0.04 0.32 0.26
HSL 53.11º 0.31% 0.62% -
HSV(B) 53.11º 0.32% 0.74% -
XYZ 41.09 45.27 26.65 -
YUV 176.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 188 181 127 0 0.04 0.32 0.26 53.11 0.31 0.62
Hex BC B5 7F 0 4 20 1A 35 1F 3E
Octal 274 265 177 0 4 40 32 65 37 76
Binary 10111100 10110101 1111111 0 100 100000 11010 110101 11111 111110

Color Harmonies of #BCB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB57F

Black with #BCB57F

Text Example


Text Example

White with #BCB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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