Html Css Color HEX #BCB37F Ecru

📋 copy color: '#BCB37F'

red 188 ◦ green 179 ◦ blue 127

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

Shades of Ecru #BCB37F

Tints of Ecru #BCB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

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

R = 38.06%
G = 36.23%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB37F (or 0xBCB37F) is known color: Ecru. HEX triplet: BC, B3 and 7F. RGB value is (188,179,127). Sum of RGB (Red+Green+Blue) = 188+179+127=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37F is #434C80. Grayscale: #AFAFAF. Windows color (decimal): -4410497 or 8369084. OLE color: 8369084.

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

Color convert

RGB 188 179 127 -
CMYK 0 0.05 0.32 0.26
HSL 51.15º 0.31% 0.62% -
HSV(B) 51.15º 0.32% 0.74% -
XYZ 40.69 44.46 26.52 -
YUV 175.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 188 179 127 0 0.05 0.32 0.26 51.15 0.31 0.62
Hex BC B3 7F 0 5 20 1A 33 1F 3E
Octal 274 263 177 0 5 40 32 63 37 76
Binary 10111100 10110011 1111111 0 101 100000 11010 110011 11111 111110

Color Harmonies of #BCB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB37F

Black with #BCB37F

Text Example


Text Example

White with #BCB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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