Html Css Color HEX #BCB380 Ecru

📋 copy color: '#BCB380'

red 188 ◦ green 179 ◦ blue 128

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

Shades of Ecru #BCB380

Tints of Ecru #BCB380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 37.98%
G = 36.16%
B = 25.86%

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

#BCB380 (or 0xBCB380) is known color: Ecru. HEX triplet: BC, B3 and 80. RGB value is (188,179,128). Sum of RGB (Red+Green+Blue) = 188+179+128=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB380 is #434C7F. Grayscale: #B0B0B0. Windows color (decimal): -4410496 or 8434620. OLE color: 8434620.

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

Color convert

RGB 188 179 128 -
CMYK 0 0.05 0.32 0.26
HSL 51º 0.31% 0.62% -
HSV(B) 51º 0.32% 0.74% -
XYZ 40.76 44.49 26.86 -
YUV 175.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 188 179 128 0 0.05 0.32 0.26 51 0.31 0.62
Hex BC B3 80 0 5 20 1A 33 1F 3E
Octal 274 263 200 0 5 40 32 63 37 76
Binary 10111100 10110011 10000000 0 101 100000 11010 110011 11111 111110

Color Harmonies of #BCB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB380

Black with #BCB380

Text Example


Text Example

White with #BCB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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