Html Css Color HEX #BFB280 Ecru

📋 copy color: '#BFB280'

red 191 ◦ green 178 ◦ blue 128

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

Shades of Ecru #BFB280

Tints of Ecru #BFB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.81%

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

R = 38.43%
G = 35.81%
B = 25.75%

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

#BFB280 (or 0xBFB280) is known color: Ecru. HEX triplet: BF, B2 and 80. RGB value is (191,178,128). Sum of RGB (Red+Green+Blue) = 191+178+128=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB280 is #404D7F. Grayscale: #B0B0B0. Windows color (decimal): -4214144 or 8434367. OLE color: 8434367.

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

Color convert

RGB 191 178 128 -
CMYK 0 0.07 0.33 0.25
HSL 47.62º 0.33% 0.63% -
HSV(B) 47.62º 0.33% 0.75% -
XYZ 41.3 44.48 26.83 -
YUV 176.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 191 178 128 0 0.07 0.33 0.25 47.62 0.33 0.63
Hex BF B2 80 0 7 21 19 30 21 3F
Octal 277 262 200 0 7 41 31 60 41 77
Binary 10111111 10110010 10000000 0 111 100001 11001 110000 100001 111111

Color Harmonies of #BFB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB280

Black with #BFB280

Text Example


Text Example

White with #BFB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB280; }

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

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

background-color css

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

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

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

border-color css

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

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

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