Html Css Color HEX #BFB182 Ecru

📋 copy color: '#BFB182'

red 191 ◦ green 177 ◦ blue 130

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

Shades of Ecru #BFB182

Tints of Ecru #BFB182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.54%

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 38.35%
G = 35.54%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFB182 (or 0xBFB182) is known color: Ecru. HEX triplet: BF, B1 and 82. RGB value is (191,177,130). Sum of RGB (Red+Green+Blue) = 191+177+130=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB182 is #404E7D. Grayscale: #B0B0B0. Windows color (decimal): -4214398 or 8565183. OLE color: 8565183.

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

Color convert

RGB 191 177 130 -
CMYK 0 0.07 0.32 0.25
HSL 46.23º 0.32% 0.63% -
HSV(B) 46.23º 0.32% 0.75% -
XYZ 41.24 44.13 27.46 -
YUV 175.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 191 177 130 0 0.07 0.32 0.25 46.23 0.32 0.63
Hex BF B1 82 0 7 20 19 2E 20 3F
Octal 277 261 202 0 7 40 31 56 40 77
Binary 10111111 10110001 10000010 0 111 100000 11001 101110 100000 111111

Color Harmonies of #BFB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB182

Black with #BFB182

Text Example


Text Example

White with #BFB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB182; }

 p { color: rgb(191,177,130); }

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

background-color css

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

 a { background-color: rgb(191,177,130); }

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

border-color css

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

 span { border-color: rgb(191,177,130); }

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