Html Css Color HEX #BFB17F Ecru

📋 copy color: '#BFB17F'

red 191 ◦ green 177 ◦ blue 127

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

Shades of Ecru #BFB17F

Tints of Ecru #BFB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 38.59%
G = 35.76%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFB17F (or 0xBFB17F) is known color: Ecru. HEX triplet: BF, B1 and 7F. RGB value is (191,177,127). Sum of RGB (Red+Green+Blue) = 191+177+127=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB17F is #404E80. Grayscale: #AFAFAF. Windows color (decimal): -4214401 or 8368575. OLE color: 8368575.

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

Color convert

RGB 191 177 127 -
CMYK 0 0.07 0.34 0.25
HSL 46.88º 0.33% 0.62% -
HSV(B) 46.88º 0.34% 0.75% -
XYZ 41.04 44.05 26.42 -
YUV 175.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 191 177 127 0 0.07 0.34 0.25 46.88 0.33 0.62
Hex BF B1 7F 0 7 22 19 2F 21 3E
Octal 277 261 177 0 7 42 31 57 41 76
Binary 10111111 10110001 1111111 0 111 100010 11001 101111 100001 111110

Color Harmonies of #BFB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB17F

Black with #BFB17F

Text Example


Text Example

White with #BFB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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