Html Css Color HEX #BFB17C Ecru

📋 copy color: '#BFB17C'

red 191 ◦ green 177 ◦ blue 124

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

Shades of Ecru #BFB17C

Tints of Ecru #BFB17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 38.82%
G = 35.98%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFB17C (or 0xBFB17C) is known color: Ecru. HEX triplet: BF, B1 and 7C. RGB value is (191,177,124). Sum of RGB (Red+Green+Blue) = 191+177+124=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB17C is #404E83. Grayscale: #AFAFAF. Windows color (decimal): -4214404 or 8171967. OLE color: 8171967.

HSL color Cylindrical-coordinate representation of color #BFB17C: hue angle of 47.46º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFB17C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 124 -
CMYK 0 0.07 0.35 0.25
HSL 47.46º 0.34% 0.62% -
HSV(B) 47.46º 0.35% 0.75% -
XYZ 40.85 43.98 25.4 -
YUV 175.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 191 177 124 0 0.07 0.35 0.25 47.46 0.34 0.62
Hex BF B1 7C 0 7 23 19 2F 22 3E
Octal 277 261 174 0 7 43 31 57 42 76
Binary 10111111 10110001 1111100 0 111 100011 11001 101111 100010 111110

Color Harmonies of #BFB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB17C

Black with #BFB17C

Text Example


Text Example

White with #BFB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB17C; }

 p { color: rgb(191,177,124); }

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

background-color css

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

 a { background-color: rgb(191,177,124); }

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

border-color css

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

 span { border-color: rgb(191,177,124); }

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