Html Css Color HEX #BFB286 Ecru

📋 copy color: '#BFB286'

red 191 ◦ green 178 ◦ blue 134

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

Shades of Ecru #BFB286

Tints of Ecru #BFB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 37.97%
G = 35.39%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB286 (or 0xBFB286) is known color: Ecru. HEX triplet: BF, B2 and 86. RGB value is (191,178,134). Sum of RGB (Red+Green+Blue) = 191+178+134=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB286 is #404D79. Grayscale: #B1B1B1. Windows color (decimal): -4214138 or 8827583. OLE color: 8827583.

HSL color Cylindrical-coordinate representation of color #BFB286: hue angle of 46.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB286 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 134 -
CMYK 0 0.07 0.30 0.25
HSL 46.32º 0.31% 0.64% -
HSV(B) 46.32º 0.3% 0.75% -
XYZ 41.71 44.64 28.97 -
YUV 176.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 191 178 134 0 0.07 0.30 0.25 46.32 0.31 0.64
Hex BF B2 86 0 7 1E 19 2E 1F 40
Octal 277 262 206 0 7 36 31 56 37 100
Binary 10111111 10110010 10000110 0 111 11110 11001 101110 11111 1000000

Color Harmonies of #BFB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB286

Black with #BFB286

Text Example


Text Example

White with #BFB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB286; }

 p { color: rgb(191,178,134); }

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

background-color css

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

 a { background-color: rgb(191,178,134); }

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

border-color css

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

 span { border-color: rgb(191,178,134); }

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