Html Css Color HEX #BFB480 Ecru

📋 copy color: '#BFB480'

red 191 ◦ green 180 ◦ blue 128

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

Shades of Ecru #BFB480

Tints of Ecru #BFB480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

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

R = 38.28%
G = 36.07%
B = 25.65%

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

#BFB480 (or 0xBFB480) is known color: Ecru. HEX triplet: BF, B4 and 80. RGB value is (191,180,128). Sum of RGB (Red+Green+Blue) = 191+180+128=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB480 is #404B7F. Grayscale: #B1B1B1. Windows color (decimal): -4213632 or 8434879. OLE color: 8434879.

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

Color convert

RGB 191 180 128 -
CMYK 0 0.06 0.33 0.25
HSL 49.52º 0.33% 0.63% -
HSV(B) 49.52º 0.33% 0.75% -
XYZ 41.7 45.28 26.96 -
YUV 177.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 191 180 128 0 0.06 0.33 0.25 49.52 0.33 0.63
Hex BF B4 80 0 6 21 19 32 21 3F
Octal 277 264 200 0 6 41 31 62 41 77
Binary 10111111 10110100 10000000 0 110 100001 11001 110010 100001 111111

Color Harmonies of #BFB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB480

Black with #BFB480

Text Example


Text Example

White with #BFB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB480; }

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

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

background-color css

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

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

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

border-color css

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

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

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