Html Css Color HEX #BFB379 Ecru

📋 copy color: '#BFB379'

red 191 ◦ green 179 ◦ blue 121

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

Shades of Ecru #BFB379

Tints of Ecru #BFB379

RGB

 RED value IS 191 (75% from 255) = 38.9%

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

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

R = 38.9%
G = 36.46%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB379 (or 0xBFB379) is known color: Ecru. HEX triplet: BF, B3 and 79. RGB value is (191,179,121). Sum of RGB (Red+Green+Blue) = 191+179+121=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB379 is #404C86. Grayscale: #B0B0B0. Windows color (decimal): -4213895 or 7975871. OLE color: 7975871.

HSL color Cylindrical-coordinate representation of color #BFB379: hue angle of 49.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFB379 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 121 -
CMYK 0 0.06 0.37 0.25
HSL 49.71º 0.35% 0.61% -
HSV(B) 49.71º 0.37% 0.75% -
XYZ 41.06 44.7 24.55 -
YUV 175.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 191 179 121 0 0.06 0.37 0.25 49.71 0.35 0.61
Hex BF B3 79 0 6 25 19 32 23 3D
Octal 277 263 171 0 6 45 31 62 43 75
Binary 10111111 10110011 1111001 0 110 100101 11001 110010 100011 111101

Color Harmonies of #BFB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB379

Black with #BFB379

Text Example


Text Example

White with #BFB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB379; }

 p { color: rgb(191,179,121); }

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

background-color css

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

 a { background-color: rgb(191,179,121); }

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

border-color css

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

 span { border-color: rgb(191,179,121); }

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