Html Css Color HEX #BCB178 Ecru

📋 copy color: '#BCB178'

red 188 ◦ green 177 ◦ blue 120

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

Shades of Ecru #BCB178

Tints of Ecru #BCB178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 38.76%
G = 36.49%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB178 (or 0xBCB178) is known color: Ecru. HEX triplet: BC, B1 and 78. RGB value is (188,177,120). Sum of RGB (Red+Green+Blue) = 188+177+120=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB178 is #434E87. Grayscale: #AEAEAE. Windows color (decimal): -4411016 or 7909820. OLE color: 7909820.

HSL color Cylindrical-coordinate representation of color #BCB178: hue angle of 50.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB178 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 120 -
CMYK 0 0.06 0.36 0.26
HSL 50.29º 0.34% 0.6% -
HSV(B) 50.29º 0.36% 0.74% -
XYZ 39.85 43.49 24.06 -
YUV 173.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 188 177 120 0 0.06 0.36 0.26 50.29 0.34 0.6
Hex BC B1 78 0 6 24 1A 32 22 3C
Octal 274 261 170 0 6 44 32 62 42 74
Binary 10111100 10110001 1111000 0 110 100100 11010 110010 100010 111100

Color Harmonies of #BCB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB178

Black with #BCB178

Text Example


Text Example

White with #BCB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB178; }

 p { color: rgb(188,177,120); }

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

background-color css

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

 a { background-color: rgb(188,177,120); }

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

border-color css

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

 span { border-color: rgb(188,177,120); }

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