Html Css Color HEX #BFB585 Ecru

📋 copy color: '#BFB585'

red 191 ◦ green 181 ◦ blue 133

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

Shades of Ecru #BFB585

Tints of Ecru #BFB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

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

R = 37.82%
G = 35.84%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB585 (or 0xBFB585) is known color: Ecru. HEX triplet: BF, B5 and 85. RGB value is (191,181,133). Sum of RGB (Red+Green+Blue) = 191+181+133=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB585 is #404A7A. Grayscale: #B2B2B2. Windows color (decimal): -4213371 or 8762815. OLE color: 8762815.

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

Color convert

RGB 191 181 133 -
CMYK 0 0.05 0.30 0.25
HSL 49.66º 0.31% 0.64% -
HSV(B) 49.66º 0.3% 0.75% -
XYZ 42.24 45.82 28.81 -
YUV 178.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 191 181 133 0 0.05 0.30 0.25 49.66 0.31 0.64
Hex BF B5 85 0 5 1E 19 32 1F 40
Octal 277 265 205 0 5 36 31 62 37 100
Binary 10111111 10110101 10000101 0 101 11110 11001 110010 11111 1000000

Color Harmonies of #BFB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB585

Black with #BFB585

Text Example


Text Example

White with #BFB585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB585; }

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

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

background-color css

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

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

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

border-color css

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

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

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