Html Css Color HEX #BFB380 Ecru

📋 copy color: '#BFB380'

red 191 ◦ green 179 ◦ blue 128

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

Shades of Ecru #BFB380

Tints of Ecru #BFB380

RGB

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

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

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

R = 38.35%
G = 35.94%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BFB380 (or 0xBFB380) is known color: Ecru. HEX triplet: BF, B3 and 80. RGB value is (191,179,128). Sum of RGB (Red+Green+Blue) = 191+179+128=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB380 is #404C7F. Grayscale: #B0B0B0. Windows color (decimal): -4213888 or 8434623. OLE color: 8434623.

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

Color convert

RGB 191 179 128 -
CMYK 0 0.06 0.33 0.25
HSL 48.57º 0.33% 0.63% -
HSV(B) 48.57º 0.33% 0.75% -
XYZ 41.5 44.88 26.9 -
YUV 176.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 191 179 128 0 0.06 0.33 0.25 48.57 0.33 0.63
Hex BF B3 80 0 6 21 19 31 21 3F
Octal 277 263 200 0 6 41 31 61 41 77
Binary 10111111 10110011 10000000 0 110 100001 11001 110001 100001 111111

Color Harmonies of #BFB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB380

Black with #BFB380

Text Example


Text Example

White with #BFB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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