Html Css Color HEX #BFB180 Ecru

📋 copy color: '#BFB180'

red 191 ◦ green 177 ◦ blue 128

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

Shades of Ecru #BFB180

Tints of Ecru #BFB180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.81%

R = 38.51%
G = 35.69%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BFB180 (or 0xBFB180) is known color: Ecru. HEX triplet: BF, B1 and 80. RGB value is (191,177,128). Sum of RGB (Red+Green+Blue) = 191+177+128=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB180 is #404E7F. Grayscale: #AFAFAF. Windows color (decimal): -4214400 or 8434111. OLE color: 8434111.

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

Color convert

RGB 191 177 128 -
CMYK 0 0.07 0.33 0.25
HSL 46.67º 0.33% 0.63% -
HSV(B) 46.67º 0.33% 0.75% -
XYZ 41.1 44.08 26.76 -
YUV 175.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 191 177 128 0 0.07 0.33 0.25 46.67 0.33 0.63
Hex BF B1 80 0 7 21 19 2F 21 3F
Octal 277 261 200 0 7 41 31 57 41 77
Binary 10111111 10110001 10000000 0 111 100001 11001 101111 100001 111111

Color Harmonies of #BFB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB180

Black with #BFB180

Text Example


Text Example

White with #BFB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB180; }

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

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

background-color css

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

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

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

border-color css

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

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

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