Html Css Color HEX #BFB085 Ecru

📋 copy color: '#BFB085'

red 191 ◦ green 176 ◦ blue 133

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

Shades of Ecru #BFB085

Tints of Ecru #BFB085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.6%

R = 38.2%
G = 35.2%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB085 (or 0xBFB085) is known color: Ecru. HEX triplet: BF, B0 and 85. RGB value is (191,176,133). Sum of RGB (Red+Green+Blue) = 191+176+133=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB085 is #404F7A. Grayscale: #AFAFAF. Windows color (decimal): -4214651 or 8761535. OLE color: 8761535.

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

Color convert

RGB 191 176 133 -
CMYK 0 0.08 0.30 0.25
HSL 44.48º 0.31% 0.64% -
HSV(B) 44.48º 0.3% 0.75% -
XYZ 41.24 43.82 28.47 -
YUV 175.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 191 176 133 0 0.08 0.30 0.25 44.48 0.31 0.64
Hex BF B0 85 0 8 1E 19 2C 1F 40
Octal 277 260 205 0 10 36 31 54 37 100
Binary 10111111 10110000 10000101 0 1000 11110 11001 101100 11111 1000000

Color Harmonies of #BFB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB085

Black with #BFB085

Text Example


Text Example

White with #BFB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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