Html Css Color HEX #BFB381 Ecru

📋 copy color: '#BFB381'

red 191 ◦ green 179 ◦ blue 129

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

Shades of Ecru #BFB381

Tints of Ecru #BFB381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.85%

R = 38.28%
G = 35.87%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFB381 (or 0xBFB381) is known color: Ecru. HEX triplet: BF, B3 and 81. RGB value is (191,179,129). Sum of RGB (Red+Green+Blue) = 191+179+129=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB381 is #404C7E. Grayscale: #B1B1B1. Windows color (decimal): -4213887 or 8500159. OLE color: 8500159.

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

Color convert

RGB 191 179 129 -
CMYK 0 0.06 0.32 0.25
HSL 48.39º 0.33% 0.63% -
HSV(B) 48.39º 0.32% 0.75% -
XYZ 41.57 44.9 27.24 -
YUV 176.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 191 179 129 0 0.06 0.32 0.25 48.39 0.33 0.63
Hex BF B3 81 0 6 20 19 30 21 3F
Octal 277 263 201 0 6 40 31 60 41 77
Binary 10111111 10110011 10000001 0 110 100000 11001 110000 100001 111111

Color Harmonies of #BFB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB381

Black with #BFB381

Text Example


Text Example

White with #BFB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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