Html Css Color HEX #BFB17D Ecru

📋 copy color: '#BFB17D'

red 191 ◦ green 177 ◦ blue 125

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

Shades of Ecru #BFB17D

Tints of Ecru #BFB17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 38.74%
G = 35.9%
B = 25.35%

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

#BFB17D (or 0xBFB17D) is known color: Ecru. HEX triplet: BF, B1 and 7D. RGB value is (191,177,125). Sum of RGB (Red+Green+Blue) = 191+177+125=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB17D is #404E82. Grayscale: #AFAFAF. Windows color (decimal): -4214403 or 8237503. OLE color: 8237503.

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

Color convert

RGB 191 177 125 -
CMYK 0 0.07 0.35 0.25
HSL 47.27º 0.34% 0.62% -
HSV(B) 47.27º 0.35% 0.75% -
XYZ 40.91 44 25.74 -
YUV 175.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 191 177 125 0 0.07 0.35 0.25 47.27 0.34 0.62
Hex BF B1 7D 0 7 23 19 2F 22 3E
Octal 277 261 175 0 7 43 31 57 42 76
Binary 10111111 10110001 1111101 0 111 100011 11001 101111 100010 111110

Color Harmonies of #BFB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB17D

Black with #BFB17D

Text Example


Text Example

White with #BFB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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