Html Css Color HEX #BFB080 Ecru

📋 copy color: '#BFB080'

red 191 ◦ green 176 ◦ blue 128

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

Shades of Ecru #BFB080

Tints of Ecru #BFB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

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

R = 38.59%
G = 35.56%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BFB080 (or 0xBFB080) is known color: Ecru. HEX triplet: BF, B0 and 80. RGB value is (191,176,128). Sum of RGB (Red+Green+Blue) = 191+176+128=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB080 is #404F7F. Grayscale: #AFAFAF. Windows color (decimal): -4214656 or 8433855. OLE color: 8433855.

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

Color convert

RGB 191 176 128 -
CMYK 0 0.08 0.33 0.25
HSL 45.71º 0.33% 0.63% -
HSV(B) 45.71º 0.33% 0.75% -
XYZ 40.91 43.69 26.7 -
YUV 175.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 191 176 128 0 0.08 0.33 0.25 45.71 0.33 0.63
Hex BF B0 80 0 8 21 19 2E 21 3F
Octal 277 260 200 0 10 41 31 56 41 77
Binary 10111111 10110000 10000000 0 1000 100001 11001 101110 100001 111111

Color Harmonies of #BFB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB080

Black with #BFB080

Text Example


Text Example

White with #BFB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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