Html Css Color HEX #BCB37C Ecru

📋 copy color: '#BCB37C'

red 188 ◦ green 179 ◦ blue 124

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

Shades of Ecru #BCB37C

Tints of Ecru #BCB37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.25%

R = 38.29%
G = 36.46%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCB37C (or 0xBCB37C) is known color: Ecru. HEX triplet: BC, B3 and 7C. RGB value is (188,179,124). Sum of RGB (Red+Green+Blue) = 188+179+124=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37C is #434C83. Grayscale: #AFAFAF. Windows color (decimal): -4410500 or 8172476. OLE color: 8172476.

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

Color convert

RGB 188 179 124 -
CMYK 0 0.05 0.34 0.26
HSL 51.56º 0.32% 0.61% -
HSV(B) 51.56º 0.34% 0.74% -
XYZ 40.5 44.39 25.5 -
YUV 175.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 188 179 124 0 0.05 0.34 0.26 51.56 0.32 0.61
Hex BC B3 7C 0 5 22 1A 34 20 3D
Octal 274 263 174 0 5 42 32 64 40 75
Binary 10111100 10110011 1111100 0 101 100010 11010 110100 100000 111101

Color Harmonies of #BCB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB37C

Black with #BCB37C

Text Example


Text Example

White with #BCB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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