Html Css Color HEX #BFB077 Ecru

📋 copy color: '#BFB077'

red 191 ◦ green 176 ◦ blue 119

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

Shades of Ecru #BFB077

Tints of Ecru #BFB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 39.3%
G = 36.21%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFB077 (or 0xBFB077) is known color: Ecru. HEX triplet: BF, B0 and 77. RGB value is (191,176,119). Sum of RGB (Red+Green+Blue) = 191+176+119=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB077 is #404F88. Grayscale: #AEAEAE. Windows color (decimal): -4214665 or 7844031. OLE color: 7844031.

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

Color convert

RGB 191 176 119 -
CMYK 0 0.08 0.38 0.25
HSL 47.5º 0.36% 0.61% -
HSV(B) 47.5º 0.38% 0.75% -
XYZ 40.34 43.46 23.71 -
YUV 173.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 191 176 119 0 0.08 0.38 0.25 47.5 0.36 0.61
Hex BF B0 77 0 8 26 19 30 24 3D
Octal 277 260 167 0 10 46 31 60 44 75
Binary 10111111 10110000 1110111 0 1000 100110 11001 110000 100100 111101

Color Harmonies of #BFB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB077

Black with #BFB077

Text Example


Text Example

White with #BFB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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