Html Css Color HEX #BFB07F Ecru

📋 copy color: '#BFB07F'

red 191 ◦ green 176 ◦ blue 127

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

Shades of Ecru #BFB07F

Tints of Ecru #BFB07F

RGB

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

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

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

R = 38.66%
G = 35.63%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFB07F (or 0xBFB07F) is known color: Ecru. HEX triplet: BF, B0 and 7F. RGB value is (191,176,127). Sum of RGB (Red+Green+Blue) = 191+176+127=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB07F is #404F80. Grayscale: #AFAFAF. Windows color (decimal): -4214657 or 8368319. OLE color: 8368319.

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

Color convert

RGB 191 176 127 -
CMYK 0 0.08 0.34 0.25
HSL 45.94º 0.33% 0.62% -
HSV(B) 45.94º 0.34% 0.75% -
XYZ 40.84 43.66 26.35 -
YUV 174.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 191 176 127 0 0.08 0.34 0.25 45.94 0.33 0.62
Hex BF B0 7F 0 8 22 19 2E 21 3E
Octal 277 260 177 0 10 42 31 56 41 76
Binary 10111111 10110000 1111111 0 1000 100010 11001 101110 100001 111110

Color Harmonies of #BFB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB07F

Black with #BFB07F

Text Example


Text Example

White with #BFB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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