Html Css Color HEX #BCB479 Ecru

📋 copy color: '#BCB479'

red 188 ◦ green 180 ◦ blue 121

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

Shades of Ecru #BCB479

Tints of Ecru #BCB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

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

R = 38.45%
G = 36.81%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB479 (or 0xBCB479) is known color: Ecru. HEX triplet: BC, B4 and 79. RGB value is (188,180,121). Sum of RGB (Red+Green+Blue) = 188+180+121=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB479 is #434B86. Grayscale: #AFAFAF. Windows color (decimal): -4410247 or 7976124. OLE color: 7976124.

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

Color convert

RGB 188 180 121 -
CMYK 0 0.04 0.36 0.26
HSL 52.84º 0.33% 0.61% -
HSV(B) 52.84º 0.36% 0.74% -
XYZ 40.51 44.71 24.58 -
YUV 175.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 188 180 121 0 0.04 0.36 0.26 52.84 0.33 0.61
Hex BC B4 79 0 4 24 1A 35 21 3D
Octal 274 264 171 0 4 44 32 65 41 75
Binary 10111100 10110100 1111001 0 100 100100 11010 110101 100001 111101

Color Harmonies of #BCB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB479

Black with #BCB479

Text Example


Text Example

White with #BCB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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