Html Css Color HEX #BCB079 Ecru

📋 copy color: '#BCB079'

red 188 ◦ green 176 ◦ blue 121

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

Shades of Ecru #BCB079

Tints of Ecru #BCB079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 38.76%
G = 36.29%
B = 24.95%

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

#BCB079 (or 0xBCB079) is known color: Ecru. HEX triplet: BC, B0 and 79. RGB value is (188,176,121). Sum of RGB (Red+Green+Blue) = 188+176+121=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB079 is #434F86. Grayscale: #ADADAD. Windows color (decimal): -4411271 or 7975100. OLE color: 7975100.

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

Color convert

RGB 188 176 121 -
CMYK 0 0.06 0.36 0.26
HSL 49.25º 0.33% 0.61% -
HSV(B) 49.25º 0.36% 0.74% -
XYZ 39.72 43.12 24.32 -
YUV 173.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 188 176 121 0 0.06 0.36 0.26 49.25 0.33 0.61
Hex BC B0 79 0 6 24 1A 31 21 3D
Octal 274 260 171 0 6 44 32 61 41 75
Binary 10111100 10110000 1111001 0 110 100100 11010 110001 100001 111101

Color Harmonies of #BCB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB079

Black with #BCB079

Text Example


Text Example

White with #BCB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB079; }

 p { color: rgb(188,176,121); }

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

background-color css

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

 a { background-color: rgb(188,176,121); }

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

border-color css

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

 span { border-color: rgb(188,176,121); }

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