Html Css Color HEX #BFB384 Ecru

📋 copy color: '#BFB384'

red 191 ◦ green 179 ◦ blue 132

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

Shades of Ecru #BFB384

Tints of Ecru #BFB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 38.05%
G = 35.66%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFB384 (or 0xBFB384) is known color: Ecru. HEX triplet: BF, B3 and 84. RGB value is (191,179,132). Sum of RGB (Red+Green+Blue) = 191+179+132=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB384 is #404C7B. Grayscale: #B1B1B1. Windows color (decimal): -4213884 or 8696767. OLE color: 8696767.

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

Color convert

RGB 191 179 132 -
CMYK 0 0.06 0.31 0.25
HSL 47.8º 0.32% 0.63% -
HSV(B) 47.8º 0.31% 0.75% -
XYZ 41.77 44.98 28.31 -
YUV 177.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 191 179 132 0 0.06 0.31 0.25 47.8 0.32 0.63
Hex BF B3 84 0 6 1F 19 30 20 3F
Octal 277 263 204 0 6 37 31 60 40 77
Binary 10111111 10110011 10000100 0 110 11111 11001 110000 100000 111111

Color Harmonies of #BFB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB384

Black with #BFB384

Text Example


Text Example

White with #BFB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB384; }

 p { color: rgb(191,179,132); }

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

background-color css

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

 a { background-color: rgb(191,179,132); }

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

border-color css

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

 span { border-color: rgb(191,179,132); }

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