Html Css Color HEX #BFB181 Ecru

📋 copy color: '#BFB181'

red 191 ◦ green 177 ◦ blue 129

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

Shades of Ecru #BFB181

Tints of Ecru #BFB181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 38.43%
G = 35.61%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFB181 (or 0xBFB181) is known color: Ecru. HEX triplet: BF, B1 and 81. RGB value is (191,177,129). Sum of RGB (Red+Green+Blue) = 191+177+129=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB181 is #404E7E. Grayscale: #AFAFAF. Windows color (decimal): -4214399 or 8499647. OLE color: 8499647.

HSL color Cylindrical-coordinate representation of color #BFB181: hue angle of 46.45º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB181 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 129 -
CMYK 0 0.07 0.32 0.25
HSL 46.45º 0.33% 0.63% -
HSV(B) 46.45º 0.32% 0.75% -
XYZ 41.17 44.11 27.11 -
YUV 175.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 191 177 129 0 0.07 0.32 0.25 46.45 0.33 0.63
Hex BF B1 81 0 7 20 19 2E 21 3F
Octal 277 261 201 0 7 40 31 56 41 77
Binary 10111111 10110001 10000001 0 111 100000 11001 101110 100001 111111

Color Harmonies of #BFB181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB181

Black with #BFB181

Text Example


Text Example

White with #BFB181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB181; }

 p { color: rgb(191,177,129); }

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

background-color css

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

 a { background-color: rgb(191,177,129); }

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

border-color css

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

 span { border-color: rgb(191,177,129); }

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