Html Css Color HEX #BFB081 Ecru

📋 copy color: '#BFB081'

red 191 ◦ green 176 ◦ blue 129

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

Shades of Ecru #BFB081

Tints of Ecru #BFB081

RGB

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

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

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

R = 38.51%
G = 35.48%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFB081 (or 0xBFB081) is known color: Ecru. HEX triplet: BF, B0 and 81. RGB value is (191,176,129). Sum of RGB (Red+Green+Blue) = 191+176+129=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB081 is #404F7E. Grayscale: #AFAFAF. Windows color (decimal): -4214655 or 8499391. OLE color: 8499391.

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

Color convert

RGB 191 176 129 -
CMYK 0 0.08 0.32 0.25
HSL 45.48º 0.33% 0.63% -
HSV(B) 45.48º 0.32% 0.75% -
XYZ 40.97 43.71 27.05 -
YUV 175.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 191 176 129 0 0.08 0.32 0.25 45.48 0.33 0.63
Hex BF B0 81 0 8 20 19 2D 21 3F
Octal 277 260 201 0 10 40 31 55 41 77
Binary 10111111 10110000 10000001 0 1000 100000 11001 101101 100001 111111

Color Harmonies of #BFB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB081

Black with #BFB081

Text Example


Text Example

White with #BFB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB081; }

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

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

background-color css

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

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

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

border-color css

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

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

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