Html Css Color HEX #BFB57F Ecru

📋 copy color: '#BFB57F'

red 191 ◦ green 181 ◦ blue 127

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

Shades of Ecru #BFB57F

Tints of Ecru #BFB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

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

R = 38.28%
G = 36.27%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFB57F (or 0xBFB57F) is known color: Ecru. HEX triplet: BF, B5 and 7F. RGB value is (191,181,127). Sum of RGB (Red+Green+Blue) = 191+181+127=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB57F is #404A80. Grayscale: #B2B2B2. Windows color (decimal): -4213377 or 8369599. OLE color: 8369599.

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

Color convert

RGB 191 181 127 -
CMYK 0 0.05 0.34 0.25
HSL 50.63º 0.33% 0.62% -
HSV(B) 50.63º 0.34% 0.75% -
XYZ 41.84 45.66 26.69 -
YUV 177.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 191 181 127 0 0.05 0.34 0.25 50.63 0.33 0.62
Hex BF B5 7F 0 5 22 19 33 21 3E
Octal 277 265 177 0 5 42 31 63 41 76
Binary 10111111 10110101 1111111 0 101 100010 11001 110011 100001 111110

Color Harmonies of #BFB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB57F

Black with #BFB57F

Text Example


Text Example

White with #BFB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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