Html Css Color HEX #BFB779 Ecru

📋 copy color: '#BFB779'

red 191 ◦ green 183 ◦ blue 121

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

Shades of Ecru #BFB779

Tints of Ecru #BFB779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.97%

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

R = 38.59%
G = 36.97%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB779 (or 0xBFB779) is known color: Ecru. HEX triplet: BF, B7 and 79. RGB value is (191,183,121). Sum of RGB (Red+Green+Blue) = 191+183+121=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB779 is #404886. Grayscale: #B2B2B2. Windows color (decimal): -4212871 or 7976895. OLE color: 7976895.

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

Color convert

RGB 191 183 121 -
CMYK 0 0.04 0.37 0.25
HSL 53.14º 0.35% 0.61% -
HSV(B) 53.14º 0.37% 0.75% -
XYZ 41.87 46.32 24.82 -
YUV 178.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 191 183 121 0 0.04 0.37 0.25 53.14 0.35 0.61
Hex BF B7 79 0 4 25 19 35 23 3D
Octal 277 267 171 0 4 45 31 65 43 75
Binary 10111111 10110111 1111001 0 100 100101 11001 110101 100011 111101

Color Harmonies of #BFB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB779

Black with #BFB779

Text Example


Text Example

White with #BFB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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