Html Css Color HEX #BCB37E Ecru

📋 copy color: '#BCB37E'

red 188 ◦ green 179 ◦ blue 126

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

Shades of Ecru #BCB37E

Tints of Ecru #BCB37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 38.13%
G = 36.31%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BCB37E (or 0xBCB37E) is known color: Ecru. HEX triplet: BC, B3 and 7E. RGB value is (188,179,126). Sum of RGB (Red+Green+Blue) = 188+179+126=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37E is #434C81. Grayscale: #AFAFAF. Windows color (decimal): -4410498 or 8303548. OLE color: 8303548.

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

Color convert

RGB 188 179 126 -
CMYK 0 0.05 0.33 0.26
HSL 51.29º 0.32% 0.62% -
HSV(B) 51.29º 0.33% 0.74% -
XYZ 40.63 44.44 26.17 -
YUV 175.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 188 179 126 0 0.05 0.33 0.26 51.29 0.32 0.62
Hex BC B3 7E 0 5 21 1A 33 20 3E
Octal 274 263 176 0 5 41 32 63 40 76
Binary 10111100 10110011 1111110 0 101 100001 11010 110011 100000 111110

Color Harmonies of #BCB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB37E

Black with #BCB37E

Text Example


Text Example

White with #BCB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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