Html Css Color HEX #BFB577 Ecru

📋 copy color: '#BFB577'

red 191 ◦ green 181 ◦ blue 119

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

Shades of Ecru #BFB577

Tints of Ecru #BFB577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 38.9%
G = 36.86%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFB577 (or 0xBFB577) is known color: Ecru. HEX triplet: BF, B5 and 77. RGB value is (191,181,119). Sum of RGB (Red+Green+Blue) = 191+181+119=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB577 is #404A88. Grayscale: #B1B1B1. Windows color (decimal): -4213385 or 7845311. OLE color: 7845311.

HSL color Cylindrical-coordinate representation of color #BFB577: hue angle of 51.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFB577 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 119 -
CMYK 0 0.05 0.38 0.25
HSL 51.67º 0.36% 0.61% -
HSV(B) 51.67º 0.38% 0.75% -
XYZ 41.34 45.46 24.05 -
YUV 176.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 191 181 119 0 0.05 0.38 0.25 51.67 0.36 0.61
Hex BF B5 77 0 5 26 19 34 24 3D
Octal 277 265 167 0 5 46 31 64 44 75
Binary 10111111 10110101 1110111 0 101 100110 11001 110100 100100 111101

Color Harmonies of #BFB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB577

Black with #BFB577

Text Example


Text Example

White with #BFB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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