Html Css Color HEX #BFB487 Ecru

📋 copy color: '#BFB487'

red 191 ◦ green 180 ◦ blue 135

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

Shades of Ecru #BFB487

Tints of Ecru #BFB487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 135 (53.13% from 255) = 26.68%

R = 37.75%
G = 35.57%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFB487 (or 0xBFB487) is known color: Ecru. HEX triplet: BF, B4 and 87. RGB value is (191,180,135). Sum of RGB (Red+Green+Blue) = 191+180+135=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB487 is #404B78. Grayscale: #B2B2B2. Windows color (decimal): -4213625 or 8893631. OLE color: 8893631.

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

Color convert

RGB 191 180 135 -
CMYK 0 0.06 0.29 0.25
HSL 48.21º 0.3% 0.64% -
HSV(B) 48.21º 0.29% 0.75% -
XYZ 42.18 45.47 29.47 -
YUV 178.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 191 180 135 0 0.06 0.29 0.25 48.21 0.3 0.64
Hex BF B4 87 0 6 1D 19 30 1E 40
Octal 277 264 207 0 6 35 31 60 36 100
Binary 10111111 10110100 10000111 0 110 11101 11001 110000 11110 1000000

Color Harmonies of #BFB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB487

Black with #BFB487

Text Example


Text Example

White with #BFB487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB487; }

 p { color: rgb(191,180,135); }

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

background-color css

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

 a { background-color: rgb(191,180,135); }

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

border-color css

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

 span { border-color: rgb(191,180,135); }

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