Html Css Color HEX #BFB178 Ecru

📋 copy color: '#BFB178'

red 191 ◦ green 177 ◦ blue 120

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

Shades of Ecru #BFB178

Tints of Ecru #BFB178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 39.14%
G = 36.27%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB178 (or 0xBFB178) is known color: Ecru. HEX triplet: BF, B1 and 78. RGB value is (191,177,120). Sum of RGB (Red+Green+Blue) = 191+177+120=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB178 is #404E87. Grayscale: #AEAEAE. Windows color (decimal): -4214408 or 7909823. OLE color: 7909823.

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

Color convert

RGB 191 177 120 -
CMYK 0 0.07 0.37 0.25
HSL 48.17º 0.36% 0.61% -
HSV(B) 48.17º 0.37% 0.75% -
XYZ 40.6 43.88 24.1 -
YUV 174.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 191 177 120 0 0.07 0.37 0.25 48.17 0.36 0.61
Hex BF B1 78 0 7 25 19 30 24 3D
Octal 277 261 170 0 7 45 31 60 44 75
Binary 10111111 10110001 1111000 0 111 100101 11001 110000 100100 111101

Color Harmonies of #BFB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB178

Black with #BFB178

Text Example


Text Example

White with #BFB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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