Html Css Color HEX #BFB175 Ecru

📋 copy color: '#BFB175'

red 191 ◦ green 177 ◦ blue 117

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

Shades of Ecru #BFB175

Tints of Ecru #BFB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 39.38%
G = 36.49%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFB175 (or 0xBFB175) is known color: Ecru. HEX triplet: BF, B1 and 75. RGB value is (191,177,117). Sum of RGB (Red+Green+Blue) = 191+177+117=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB175 is #404E8A. Grayscale: #AEAEAE. Windows color (decimal): -4214411 or 7713215. OLE color: 7713215.

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

Color convert

RGB 191 177 117 -
CMYK 0 0.07 0.39 0.25
HSL 48.65º 0.37% 0.6% -
HSV(B) 48.65º 0.39% 0.75% -
XYZ 40.42 43.81 23.15 -
YUV 174.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 191 177 117 0 0.07 0.39 0.25 48.65 0.37 0.6
Hex BF B1 75 0 7 27 19 31 25 3C
Octal 277 261 165 0 7 47 31 61 45 74
Binary 10111111 10110001 1110101 0 111 100111 11001 110001 100101 111100

Color Harmonies of #BFB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB175

Black with #BFB175

Text Example


Text Example

White with #BFB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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